Backed out changeset c0adbf7522dc (bug 1674637) for bustage on GMPParent.cpp. CLOSED TREE

This commit is contained in:
Butkovits Atila
2020-11-04 10:54:36 +02:00
parent 8f709b39e8
commit a6e7dcc53f
686 changed files with 2920 additions and 1399 deletions

View File

@@ -49,7 +49,8 @@
#include "mozilla/Encoding.h"
#include "ReferrerInfo.h"
namespace mozilla::dom {
namespace mozilla {
namespace dom {
static LazyLogModule gEventSourceLog("EventSource");
@@ -2049,4 +2050,5 @@ NS_INTERFACE_MAP_END_INHERITING(DOMEventTargetHelper)
NS_IMPL_ADDREF_INHERITED(EventSource, DOMEventTargetHelper)
NS_IMPL_RELEASE_INHERITED(EventSource, DOMEventTargetHelper)
} // namespace mozilla::dom
} // namespace dom
} // namespace mozilla