Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index a3ea3bcb8e2302a38d3d0a78182f0cf9e1a7a1f3..2fbae500b9cef652a87bc7d961d1bf0ab03ea2b5 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -254,5 +254,7 @@ |
| boolean isSelectPopupVisible(Node node); |
| + boolean isVibrating(Document document); |
| + |
| [RaisesException] ClientRect selectionBounds(); |
| }; |