| Index: third_party/WebKit/Source/core/testing/Internals.idl
 | 
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
 | 
| index 06362a23616687ab1d5b98602e5d11c8631e4523..b81bae252e7a9d56fca3c37909bc47643bdd6941 100644
 | 
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
 | 
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
 | 
| @@ -35,6 +35,7 @@
 | 
|      [RaisesException] DOMString elementLayoutTreeAsText(Element element);
 | 
|      boolean isPreloaded(DOMString url);
 | 
|      boolean isPreloadedBy(DOMString url, Document document);
 | 
| +    boolean isLoading(DOMString url);
 | 
|      boolean isLoadingFromMemoryCache(DOMString url);
 | 
|      unsigned long getResourcePriority (DOMString url, Document document);
 | 
|      DOMString getResourceHeader (DOMString url, DOMString header, Document document);
 | 
| 
 |