Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1481523006: ServiceWorker: Should throw TypeError instead of Unknown/SecurityError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 5a9116729ed01c5cae37dac7da7ec022cc61f2b2..765731d01d616752a8913e4b63b8d0e577d65829 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1386,6 +1386,8 @@
'serviceworkers/ServiceWorkerContainerClient.h',
'serviceworkers/ServiceWorkerWindowClient.cpp',
'serviceworkers/ServiceWorkerWindowClient.h',
+ 'serviceworkers/ServiceWorkerWindowClientCallback.cpp',
+ 'serviceworkers/ServiceWorkerWindowClientCallback.h',
'serviceworkers/ServiceWorkerError.cpp',
'serviceworkers/ServiceWorkerError.h',
'serviceworkers/ServiceWorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698