Index: Source/modules/serviceworkers/NavigatorServiceWorker.idl |
diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/Source/modules/serviceworkers/NavigatorServiceWorker.idl |
index 1bb93461ae8c89b7c522ccdd049c2c3a2e49fa01..4421b84a5ca7a2bdb8ad95cd981d5ad40d130ff5 100644 |
--- a/Source/modules/serviceworkers/NavigatorServiceWorker.idl |
+++ b/Source/modules/serviceworkers/NavigatorServiceWorker.idl |
@@ -5,5 +5,5 @@ |
[ |
RuntimeEnabled=ServiceWorker, |
] partial interface Navigator { |
- [CallWith=ExecutionContext] readonly attribute ServiceWorkerContainer serviceWorker; |
+ readonly attribute ServiceWorkerContainer serviceWorker; |
}; |