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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user