Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 261ef31d2e9866c1271c02b54851671e124b3aaa..ebbd6fe7ba593e25b061223eb9bcd2dc5e2b9fa6 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -246,4 +246,6 @@ |
[RaisesException] DOMString getImageSourceURL(Element element); |
boolean isSelectPopupVisible(Node node); |
+ |
+ [RaisesException] ClientRect selectionBounds(); |
}; |