Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21106
This commit is contained in:
@@ -1041,8 +1041,8 @@ bool HTMLImageElement::UpdateResponsiveSource() {
|
||||
return hadSelector || mResponsiveSelector;
|
||||
}
|
||||
|
||||
/*static */ bool HTMLImageElement::SupportedPictureSourceType(
|
||||
const nsAString& aType) {
|
||||
/*static */
|
||||
bool HTMLImageElement::SupportedPictureSourceType(const nsAString& aType) {
|
||||
nsAutoString type;
|
||||
nsAutoString params;
|
||||
|
||||
@@ -1130,7 +1130,8 @@ bool HTMLImageElement::TryCreateResponsiveSelector(Element* aSourceElement) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/* static */ bool HTMLImageElement::SelectSourceForTagWithAttrs(
|
||||
/* static */
|
||||
bool HTMLImageElement::SelectSourceForTagWithAttrs(
|
||||
Document* aDocument, bool aIsSourceTag, const nsAString& aSrcAttr,
|
||||
const nsAString& aSrcsetAttr, const nsAString& aSizesAttr,
|
||||
const nsAString& aTypeAttr, const nsAString& aMediaAttr,
|
||||
|
||||
Reference in New Issue
Block a user