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 7a6146e0453103146f8d2736732b777e6df04c65..71620d29985690922c3d88a89f39e45951c8664c 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -270,6 +270,7 @@ |
void forceReload(boolean endToEnd); |
DOMString getImageSourceURL(Element element); |
+ [RaisesException] void forceImageReload(Element element); |
DOMString selectMenuListText(HTMLSelectElement select); |
boolean isSelectPopupVisible(Node node); |