diff options
Diffstat (limited to 'WebCore/bindings/v8/V8Helpers.h')
-rw-r--r-- | WebCore/bindings/v8/V8Helpers.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/bindings/v8/V8Helpers.h b/WebCore/bindings/v8/V8Helpers.h index 469833e..e90f5d6 100644 --- a/WebCore/bindings/v8/V8Helpers.h +++ b/WebCore/bindings/v8/V8Helpers.h @@ -37,9 +37,6 @@ namespace WebCore { class V8Proxy; - // Associates an NPObject with a V8 object. - void wrapNPObject(v8::Handle<v8::Object>, NPObject*); - v8::Local<v8::Context> toV8Context(NPP, NPObject*); V8Proxy* toV8Proxy(NPObject*); |