Index: Source/bindings/core/v8/ModuleProxy.h |
diff --git a/Source/bindings/core/v8/ModuleProxy.h b/Source/bindings/core/v8/ModuleProxy.h |
index 7525e460d7c6150baf31f7c41a93a95953079d55..c4bf25d8792f0711250b74a904fec6818372fbfe 100644 |
--- a/Source/bindings/core/v8/ModuleProxy.h |
+++ b/Source/bindings/core/v8/ModuleProxy.h |
@@ -7,7 +7,7 @@ |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class Event; |
class EventTarget; |
@@ -36,6 +36,6 @@ private: |
void (*m_didLeaveScriptContextForRecursionScope)(ExecutionContext&); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ModuleProxy_h |