Index: Source/bindings/core/v8/npruntime.cpp |
diff --git a/Source/bindings/core/v8/npruntime.cpp b/Source/bindings/core/v8/npruntime.cpp |
index 13ea5c2f24fdc0b8b3c993fa380cfda6ab51ecae..0b3f2b7a09f0930d84483ae042daa96494ffb726 100644 |
--- a/Source/bindings/core/v8/npruntime.cpp |
+++ b/Source/bindings/core/v8/npruntime.cpp |
@@ -38,7 +38,7 @@ |
#include <stdlib.h> |
-using namespace WebCore; |
+using namespace blink; |
// FIXME: Consider removing locks if we're singlethreaded already. |
// The static initializer here should work okay, but we want to avoid |