Index: Source/bindings/core/v8/DOMWrapperWorld.cpp |
diff --git a/Source/bindings/core/v8/DOMWrapperWorld.cpp b/Source/bindings/core/v8/DOMWrapperWorld.cpp |
index 737f5c7913aafa41f95e14d3ee72a329260e3291..bd2f97bcb7c2e3e84452eeeab1325db6359d421f 100644 |
--- a/Source/bindings/core/v8/DOMWrapperWorld.cpp |
+++ b/Source/bindings/core/v8/DOMWrapperWorld.cpp |
@@ -43,7 +43,7 @@ |
#include "wtf/HashTraits.h" |
#include "wtf/StdLibExtras.h" |
-namespace WebCore { |
+namespace blink { |
unsigned DOMWrapperWorld::isolatedWorldCount = 0; |
DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0; |
@@ -197,4 +197,4 @@ void DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(int worldId, const S |
isolatedWorldContentSecurityPolicies().remove(worldId); |
} |
-} // namespace WebCore |
+} // namespace blink |