Index: Source/bindings/core/v8/NPV8Object.cpp |
diff --git a/Source/bindings/core/v8/NPV8Object.cpp b/Source/bindings/core/v8/NPV8Object.cpp |
index b1a11492c6da0f3c7cba936f964a440efd464cc5..e87af25b7a6746c0c98eaa2653c71134d9d469e4 100644 |
--- a/Source/bindings/core/v8/NPV8Object.cpp |
+++ b/Source/bindings/core/v8/NPV8Object.cpp |
@@ -45,9 +45,9 @@ |
#include "wtf/text/WTFString.h" |
#include <stdio.h> |
-using namespace WebCore; |
+using namespace blink; |
-namespace WebCore { |
+namespace blink { |
const WrapperTypeInfo* npObjectTypeInfo() |
{ |
@@ -200,7 +200,7 @@ void disposeUnderlyingV8Object(NPObject* npObject, v8::Isolate* isolate) |
v8NpObject->rootObject = 0; |
} |
-} // namespace WebCore |
+} // namespace blink |
bool _NPN_Invoke(NPP npp, NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) |
{ |