Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp |
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp |
index f6d2edf3b036eaafd7191ebea9b3374c394c5912..ca899567afef58411e7c211b4186f7fa2022e867 100644 |
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp |
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp |
@@ -67,6 +67,7 @@ void BackgroundFetchRegistration::didAbort( |
resolver->resolve(false /* success */); |
return; |
case mojom::blink::BackgroundFetchError::DUPLICATED_TAG: |
+ case mojom::blink::BackgroundFetchError::INVALID_ARGUMENT: |
// Not applicable for this callback. |
break; |
} |