| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| index a5b6c40ea718094b1c305bf6b4573f068b0e798d..68b36b570634b3bcffcc275831a631944c1113dd 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| @@ -56,6 +56,7 @@ void BackgroundFetchedEvent::didUpdateUI(
|
| resolver->resolve();
|
| return;
|
| case mojom::blink::BackgroundFetchError::DUPLICATED_TAG:
|
| + case mojom::blink::BackgroundFetchError::INVALID_TAG:
|
| // Not applicable for this callback.
|
| break;
|
| }
|
|
|