| Index: third_party/WebKit/Source/modules/fetch/Request.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.idl b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| index 4bff3fbb763f099bd76c0e74579044b9042f2eb7..faa25cbc14b934891d94f888efe90282e3279245 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| @@ -33,7 +33,7 @@
|
| readonly attribute RequestRedirect redirect;
|
| readonly attribute DOMString integrity;
|
|
|
| - [RaisesException, CallWith=ScriptState] Request clone();
|
| + [RaisesException] Request clone();
|
| };
|
|
|
| Request implements Body;
|
|
|