| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index c9dcacac6c3a82b6a36a84e65551c0e6da469b43..0778f503656012b9d66075a668d5bf81c3fa01c1 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);
|
| - Window openDummyInspectorFrontend(DOMString url);
|
| + DOMWindow openDummyInspectorFrontend(DOMString url);
|
| void closeDummyInspectorFrontend();
|
| [RaisesException] void setInspectorResourcesDataSizeLimits(long maximumResourcesContentSize, long maximumSingleResourceContentSize);
|
|
|
|
|