| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index de07567b04cc1c9f56fb18ab45da61601e307d8f..fb01030cc58097c58223e738516f9a5cb9fd1f1c 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -34,6 +34,7 @@
|
|
|
| [RaisesException] DOMString elementRenderTreeAsText(Element element);
|
| boolean isPreloaded(DOMString url);
|
| + boolean isPreloadedBy(DOMString url, Document document);
|
| boolean isLoadingFromMemoryCache(DOMString url);
|
|
|
| void crash();
|
|
|