| Index: third_party/WebKit/Source/modules/fetch/Response.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
|
| index 30258dd75eab16dc650e6d8058e5bf9d70f438ac..370c168e707ee137bf1cef7810141db7b4e3680d 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -49,8 +49,8 @@ class MODULES_EXPORT Response final : public Body {
|
|
|
| static Response* createClone(const Response&);
|
|
|
| - static Response* error(ExecutionContext*);
|
| - static Response* redirect(ExecutionContext*,
|
| + static Response* error(ScriptState*);
|
| + static Response* redirect(ScriptState*,
|
| const String& url,
|
| unsigned short status,
|
| ExceptionState&);
|
|
|