Index: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
diff --git a/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
index f20eecbec8dc7998365140d214b5a454d538109f..1dda79a38acd2950286ca46e88982f7f08b81535 100644 |
--- a/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
+++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
@@ -4,4 +4,5 @@ |
partial interface Internals { |
void terminateServiceWorker(ServiceWorker worker); |
+ void overrideWindowInteractionTimeout(unsigned long timeout); |
}; |