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 49dbe8bd5e83ab0b5096d01b5571ac5a2c22a280..302b40e6b5b9aba8a79321fab2b3192eb090bd8d 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -36,6 +36,7 @@ |
boolean isPreloaded(DOMString url); |
boolean isPreloadedBy(DOMString url, Document document); |
boolean isLoadingFromMemoryCache(DOMString url); |
+ unsigned long getResourcePriority (DOMString url, Document document); |
Nate Chapin
2016/09/16 21:37:53
Nit: suprious whitespace after getResourcePriority
|
boolean isSharingStyle(Element element1, Element element2); |