| Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
|
| index c3a256d77e75a56fb4c7d869b8a18cbca8bbffa2..cfad58fcc91e4b87c770e6f7ad0666cf22203642 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
|
| @@ -9,6 +9,7 @@
|
| RuntimeEnabled=ForeignFetch,
|
| ] interface ForeignFetchEvent : ExtendableEvent {
|
| [SameObject] readonly attribute Request request;
|
| + readonly attribute USVString origin;
|
|
|
| [CallWith=ScriptState, RaisesException] void respondWith(Promise<ForeignFetchResponse> r);
|
| };
|
|
|