| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| index e52725ed443ed924cf168d1a99fd14afabfb322e..80d2048579d120312d1a6d2ebefc6d054af36b2a 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| class BackgroundFetchOptions;
|
| -class RequestOrUSVString;
|
| +class RequestOrUSVStringOrRequestOrUSVStringSequence;
|
| class ScriptState;
|
| class ServiceWorkerRegistration;
|
|
|
| @@ -33,7 +33,7 @@ class BackgroundFetchManager final
|
| // Web Exposed methods defined in the IDL file.
|
| ScriptPromise fetch(ScriptState*,
|
| String tag,
|
| - HeapVector<RequestOrUSVString> requests,
|
| + const RequestOrUSVStringOrRequestOrUSVStringSequence& requests,
|
| const BackgroundFetchOptions&);
|
| ScriptPromise get(ScriptState*, String tag);
|
| ScriptPromise getTags(ScriptState*);
|
|
|