| Index: Source/bindings/core/v8/V8NPObject.h
|
| diff --git a/Source/bindings/core/v8/V8NPObject.h b/Source/bindings/core/v8/V8NPObject.h
|
| index dc5d336fbe5dcef83efd0d1623b5f3a386dde442..a0c4423152dc8e1f94a23bd74740804599586464 100644
|
| --- a/Source/bindings/core/v8/V8NPObject.h
|
| +++ b/Source/bindings/core/v8/V8NPObject.h
|
| @@ -35,7 +35,7 @@
|
|
|
| struct NPObject;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // These functions can be replaced by normal JS operation.
|
| // Getters
|
| @@ -63,6 +63,6 @@ v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::I
|
| // cannot be referred to.
|
| void forgetV8ObjectForNPObject(NPObject*);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8NPObject_h
|
|
|