Explicitly initialize logging at the correct time

This commit is contained in:
trav90
2017-04-18 07:51:15 -05:00
committed by roytam1
parent 4a23fa7b3c
commit 717aade354
4 changed files with 11 additions and 30 deletions
-1
View File
@@ -2081,7 +2081,6 @@ HTMLMediaElement::HTMLMediaElement(already_AddRefed<mozilla::dom::NodeInfo>& aNo
if (!gMediaElementEventsLog) {
gMediaElementEventsLog = PR_NewLogModule("nsMediaElementEvents");
}
EnsureStateWatchingLog();
#endif
ErrorResult rv;