| Index: Source/bindings/v8/custom/V8PromiseCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| index 1751c1e4ae32e4f1bada6223a68165607864d3f9..b6ba31c03e66fe4267c30f037976d5cc7a0cc3b6 100644
|
| --- a/Source/bindings/v8/custom/V8PromiseCustom.h
|
| +++ b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| @@ -128,7 +128,7 @@ public:
|
| // |promise| must be a Promise instance.
|
| // Applies a transformation to an argument and use it to update derived
|
| // promies.
|
| - static void callHandler(v8::Handle<v8::Object> promise, v8::Handle<v8::Function> handler, v8::Handle<v8::Value> argument, v8::Isolate*);
|
| + static void callHandler(v8::Handle<v8::Object> promise, v8::Handle<v8::Function> handler, v8::Handle<v8::Value> argument, PromiseState originatorState, v8::Isolate*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|