| Index: Source/bindings/core/v8/V8NPObject.cpp
|
| diff --git a/Source/bindings/core/v8/V8NPObject.cpp b/Source/bindings/core/v8/V8NPObject.cpp
|
| index 234b75e1723f7c7f0f315791049017887e7c7cc9..b6ab77ceffe8247c1de227e41e81e806a47cf65f 100644
|
| --- a/Source/bindings/core/v8/V8NPObject.cpp
|
| +++ b/Source/bindings/core/v8/V8NPObject.cpp
|
| @@ -46,7 +46,7 @@
|
| #include "v8-util.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum InvokeFunctionType {
|
| InvokeMethod = 1,
|
| @@ -492,4 +492,4 @@ void forgetV8ObjectForNPObject(NPObject* object)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|