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:
Ryan Hunt
2019-02-25 16:05:29 -06:00
parent 3d8d412bc2
commit ad7b7dbb30
367 changed files with 2714 additions and 1817 deletions

View File

@@ -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,