summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8DOMWindowShell.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8DOMWindowShell.h')
-rw-r--r--WebCore/bindings/v8/V8DOMWindowShell.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/bindings/v8/V8DOMWindowShell.h b/WebCore/bindings/v8/V8DOMWindowShell.h
index 29dd517..5114f7a 100644
--- a/WebCore/bindings/v8/V8DOMWindowShell.h
+++ b/WebCore/bindings/v8/V8DOMWindowShell.h
@@ -31,7 +31,6 @@
#ifndef V8DOMWindowShell_h
#define V8DOMWindowShell_h
-#include "V8CustomBinding.h"
#include "V8Index.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -64,7 +63,7 @@ public:
static bool installDOMWindow(v8::Handle<v8::Context> context, DOMWindow*);
void initContextIfNeeded();
- void updateDocumentWrapper(v8::Handle<v8::Value> wrapper);
+ void updateDocumentWrapper(v8::Handle<v8::Object> wrapper);
void clearForNavigation();
void clearForClose();
@@ -114,7 +113,7 @@ private:
v8::Persistent<v8::Context> m_context;
v8::Persistent<v8::Object> m_global;
- v8::Persistent<v8::Value> m_document;
+ v8::Persistent<v8::Object> m_document;
};
} // namespace WebCore