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

@@ -1590,7 +1590,8 @@ already_AddRefed<Promise> HTMLMediaElement::MozRequestDebugInfo(
return promise.forget();
}
/* static */ void HTMLMediaElement::MozEnableDebugLog(const GlobalObject&) {
/* static */
void HTMLMediaElement::MozEnableDebugLog(const GlobalObject&) {
DecoderDoctorLogger::EnableLogging();
}