Index: Source/bindings/core/v8/PrivateScriptRunner.cpp |
diff --git a/Source/bindings/core/v8/PrivateScriptRunner.cpp b/Source/bindings/core/v8/PrivateScriptRunner.cpp |
index 989509ac9bdd2e6a60243a40d4a285715004201b..491578038954b98bb5ccf68ea57d0f01cf68c269 100644 |
--- a/Source/bindings/core/v8/PrivateScriptRunner.cpp |
+++ b/Source/bindings/core/v8/PrivateScriptRunner.cpp |
@@ -15,7 +15,7 @@ |
#include "core/PrivateScriptSourcesForTesting.h" |
#endif |
-namespace WebCore { |
+namespace blink { |
static v8::Handle<v8::Value> compilePrivateScript(v8::Isolate* isolate, String className) |
{ |
@@ -188,4 +188,4 @@ bool PrivateScriptRunner::throwDOMExceptionInPrivateScriptIfNeeded(v8::Isolate* |
return true; |
} |
-} // namespace WebCore |
+} // namespace blink |