summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/NPV8Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/NPV8Object.h')
-rw-r--r--WebCore/bindings/v8/NPV8Object.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/NPV8Object.h b/WebCore/bindings/v8/NPV8Object.h
index e5550ee..b6fecce 100644
--- a/WebCore/bindings/v8/NPV8Object.h
+++ b/WebCore/bindings/v8/NPV8Object.h
@@ -30,7 +30,7 @@
#ifndef NPV8Object_h
#define NPV8Object_h
-#include "V8Index.h"
+#include "V8DOMWrapper.h"
#if PLATFORM(CHROMIUM)
// FIXME: Chromium uses a different npruntime.h, which is in
@@ -48,6 +48,8 @@ namespace WebCore {
class DOMWindow;
static const int npObjectInternalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
+
+ WrapperTypeInfo* npObjectTypeInfo();
}
extern NPClass* npScriptObjectClass;