| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index d9e537e1e97e808266d330118db9a66b0c659aca..1d39847e3fd1cdf7151af3d8d426207147b54874 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -249,6 +249,8 @@
|
| [RaisesException] DOMString getImageSourceURL(Element element);
|
|
|
| boolean isSelectPopupVisible(Node node);
|
| +
|
| + boolean isVibrating();
|
|
|
| [RaisesException] ClientRect selectionBounds();
|
| };
|
|
|