| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| index a1339f50c9bf2c09e144a890e6488f00270952ba..3cff35c4f43fe20ee78ee8ad22d6782167cad668 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| @@ -22,7 +22,7 @@ BackgroundFetchManager::BackgroundFetchManager(
|
| ScriptPromise BackgroundFetchManager::fetch(
|
| ScriptState* scriptState,
|
| String tag,
|
| - HeapVector<RequestOrUSVString> requests,
|
| + const RequestOrUSVStringOrRequestOrUSVStringSequence& requests,
|
| const BackgroundFetchOptions& options) {
|
| if (!m_registration->active()) {
|
| return ScriptPromise::reject(
|
|
|