Index: Source/bindings/core/v8/ScriptPromisePropertyBase.h |
diff --git a/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
index ecef0b305a96cd4d2c2f077a82af54b585801119..eec77f41b91837c95e2f088da507c0e50d227b61 100644 |
--- a/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
+++ b/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
@@ -54,7 +54,7 @@ protected: |
// the property's execution context and the world it is |
// creating/settling promises in; the implementation should use |
// this context. |
- virtual v8::Handle<v8::Object> holder(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0; |
+ virtual v8::Handle<v8::Object> holder(v8::Isolate*, v8::Handle<v8::Object> creationContext) = 0; |
virtual v8::Handle<v8::Value> resolvedValue(v8::Isolate*, v8::Handle<v8::Object> creationContext) = 0; |
virtual v8::Handle<v8::Value> rejectedValue(v8::Isolate*, v8::Handle<v8::Object> creationContext) = 0; |