| 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 6869bb8091722f23e2f20cb8edeff80cbda6a3e2..907a0fbbc25002deb97f13af5bdd7dcf27132a18 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| @@ -26,6 +26,7 @@ enum ReferrerPolicy {
|
| };
|
|
|
| [
|
| + ActiveScriptWrappable,
|
| Constructor(RequestInfo input, optional Dictionary requestInitDict),
|
| ConstructorCallWith=ScriptState,
|
| Exposed=(Window,Worker),
|
|
|