Index: Source/bindings/core/v8/ScriptWrappable.h |
diff --git a/Source/bindings/core/v8/ScriptWrappable.h b/Source/bindings/core/v8/ScriptWrappable.h |
index 1c270504fcfa2a087e43fa99fcfb5317d07898d8..f52e55a9857be76fd4758ba9450e1d01626166f2 100644 |
--- a/Source/bindings/core/v8/ScriptWrappable.h |
+++ b/Source/bindings/core/v8/ScriptWrappable.h |
@@ -73,7 +73,7 @@ public: |
virtual const WrapperTypeInfo* wrapperTypeInfo() const = 0; |
// Creates and returns a new wrapper object. |
- virtual v8::Local<v8::Object> wrap(v8::Local<v8::Object> creationContext, v8::Isolate*); |
+ virtual v8::Local<v8::Object> wrap(v8::Isolate*, v8::Local<v8::Object> creationContext); |
// Associates the instance with the existing wrapper. Returns |wrapper|. |
virtual v8::Local<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Local<v8::Object> wrapper); |