Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index bd6b298aed3012d36806aa7926b0e414698dc5d5..13ee36b413f77e2d56a3da7dec95621c87e08d1d 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -5641,7 +5641,7 @@ void Document::clearWeakMembers(Visitor* visitor) |
m_axObjectCache->clearWeakMembers(visitor); |
} |
-v8::Local<v8::Object> Document::wrap(v8::Local<v8::Object> creationContext, v8::Isolate* isolate) |
+v8::Local<v8::Object> Document::wrap(v8::Isolate* isolate, v8::Local<v8::Object> creationContext) |
{ |
// It's possible that no one except for the new wrapper owns this object at |
// this moment, so we have to prevent GC to collect this object until the |