diff options
Diffstat (limited to 'WebCore/bindings/v8/V8NPObject.h')
-rw-r--r-- | WebCore/bindings/v8/V8NPObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/V8NPObject.h b/WebCore/bindings/v8/V8NPObject.h index 5924b3c..a540ca9 100644 --- a/WebCore/bindings/v8/V8NPObject.h +++ b/WebCore/bindings/v8/V8NPObject.h @@ -39,6 +39,8 @@ #include <v8.h> +namespace WebCore { + // These functions can be replaced by normal JS operation. // Getters v8::Handle<v8::Value> npObjectNamedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo&); @@ -65,4 +67,6 @@ v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root); // cannot be referred to. void forgetV8ObjectForNPObject(NPObject*); +} // namespace WebCore + #endif // V8NPObject_h |