| Index: Source/bindings/core/v8/ScriptPromise.h
|
| diff --git a/Source/bindings/core/v8/ScriptPromise.h b/Source/bindings/core/v8/ScriptPromise.h
|
| index ff31ef074a2b74a05b3a13a6d07d46608fd48abb..1e5697653c9900141f7cc12a36e7c295d633ab97 100644
|
| --- a/Source/bindings/core/v8/ScriptPromise.h
|
| +++ b/Source/bindings/core/v8/ScriptPromise.h
|
| @@ -115,7 +115,7 @@ public:
|
|
|
| static ScriptPromise rejectWithDOMException(ScriptState*, PassRefPtrWillBeRawPtr<DOMException>);
|
|
|
| - static v8::Local<v8::Promise> rejectRaw(v8::Isolate*, v8::Handle<v8::Value>);
|
| + static v8::Local<v8::Promise> rejectRaw(ScriptState*, v8::Handle<v8::Value>);
|
|
|
| // This is a utility class intended to be used internally.
|
| // ScriptPromiseResolver is for general purpose.
|
|
|