Index: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
similarity index 75% |
copy from Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
copy to Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
index 0d43a955a5bec91694d52a0bb8633874418c8cfb..f20eecbec8dc7998365140d214b5a454d538109f 100644 |
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
+++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl |
@@ -3,5 +3,5 @@ |
// found in the LICENSE file. |
partial interface Internals { |
- void setNavigatorContentUtilsClientMock(Document document); |
+ void terminateServiceWorker(ServiceWorker worker); |
}; |