Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 89ab3d58553511a76855f07707c8145998c4b594..38567657d4bd78b9824563d47e3b25448fcfc4b4 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -249,4 +249,6 @@ |
| [RaisesException] DOMString getImageSourceURL(Element element); |
| boolean isSelectPopupVisible(Node node); |
| + |
| + [RaisesException] ClientRect selectionBounds(); |
| }; |