Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index b812a1fa599418c3719f9c91fd08b4bf39be1181..e553593ad132e071a1895408800245817a1df57a 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -192,7 +192,7 @@ |
unsigned long numberOfLiveNodes(); |
unsigned long numberOfLiveDocuments(); |
sequence<DOMString> consoleMessageArgumentCounts(Document document); |
- DOMWindow openDummyInspectorFrontend(DOMString url); |
+ Window openDummyInspectorFrontend(DOMString url); |
void closeDummyInspectorFrontend(); |
[RaisesException] void setInspectorResourcesDataSizeLimits(long maximumResourcesContentSize, long maximumSingleResourceContentSize); |