Index: Source/core/dom/DOMDataView.cpp |
diff --git a/Source/core/dom/DOMDataView.cpp b/Source/core/dom/DOMDataView.cpp |
index dbf3c664c15d42e76dd64b48aaea86ba2ae724a0..1092e10a98a93fd47442e9d451466807e9f63f29 100644 |
--- a/Source/core/dom/DOMDataView.cpp |
+++ b/Source/core/dom/DOMDataView.cpp |
@@ -18,7 +18,7 @@ PassRefPtr<DOMDataView> DOMDataView::create(PassRefPtr<DOMArrayBuffer> prpBuffer |
return adoptRef(new DOMDataView(dataView.release(), buffer.release())); |
} |
-v8::Local<v8::Object> DOMDataView::wrap(v8::Local<v8::Object> creationContext, v8::Isolate* isolate) |
+v8::Local<v8::Object> DOMDataView::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 |