Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 9f45bbc20178dc0a7d20d4c7c16fc6f5eb0ca819..f7f0b9ac041524b5f4eeafac501e4f3537f0b06b 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -252,6 +252,8 @@ |
| [RaisesException] DOMString getImageSourceURL(Element element); |
| boolean isSelectPopupVisible(Node node); |
| + |
| + boolean isVibrating(); |
| [RaisesException] ClientRect selectionBounds(); |
| }; |