Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 49cd9bfa225466992431f08cc7c077deb7dde4b0..5caa9c8b8dddedc5a2f7caa525e45f0033f19e9a 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1042,6 +1042,7 @@ public: |
AtomicString convertLocalName(const AtomicString&); |
virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE; |
+ v8::Handle<v8::Object> associateWithWrapper(const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper, v8::Isolate*); |
protected: |
Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass); |