| 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 5a04edc91f18349df7b7cb731a8d9204365d0324..2aa179d19fa1cfc9f4307fcdf9ee863e66aaa627 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -37,6 +37,7 @@
|
| boolean isPreloadedBy(DOMString url, Document document);
|
| boolean isLoadingFromMemoryCache(DOMString url);
|
| unsigned long getResourcePriority (DOMString url, Document document);
|
| + DOMString getResourceHeader (DOMString url, DOMString header, Document document);
|
|
|
| boolean isSharingStyle(Element element1, Element element2);
|
|
|
|
|