Index: Source/modules/serviceworkers/InstallEvent.idl |
diff --git a/Source/modules/serviceworkers/InstallEvent.idl b/Source/modules/serviceworkers/InstallEvent.idl |
index 42195f35c32ae008cb0ddedea24318ab29ddb88c..e69f487af218421c838f4f0fd08f1c8675e9bc62 100644 |
--- a/Source/modules/serviceworkers/InstallEvent.idl |
+++ b/Source/modules/serviceworkers/InstallEvent.idl |
@@ -33,5 +33,5 @@ |
Exposed=ServiceWorker, |
] interface InstallEvent : InstallPhaseEvent { |
void replace(); |
- [CallWith=ExecutionContext] Promise reloadAll(); |
+ [CallWith=ScriptState] Promise reloadAll(); |
}; |