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