summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8Helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8Helpers.cpp')
-rw-r--r--WebCore/bindings/v8/V8Helpers.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/bindings/v8/V8Helpers.cpp b/WebCore/bindings/v8/V8Helpers.cpp
index a690017..486bc48 100644
--- a/WebCore/bindings/v8/V8Helpers.cpp
+++ b/WebCore/bindings/v8/V8Helpers.cpp
@@ -33,16 +33,10 @@
#include "DOMWindow.h"
#include "NPV8Object.h"
-#include "V8Index.h"
#include "V8Proxy.h"
namespace WebCore {
-void wrapNPObject(v8::Handle<v8::Object> object, NPObject* npObject)
-{
- V8DOMWrapper::setDOMWrapper(object, V8ClassIndex::NPOBJECT, npObject);
-}
-
v8::Local<v8::Context> toV8Context(NPP npp, NPObject* npObject)
{
V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject);