| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 182961d1efaba43420fddb57204385011fcc1f8d..9caa91d272bab4870a06dff89842e578dce43b5d 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -264,6 +264,7 @@
|
| [TypeChecking=Interface] boolean isSelectPopupVisible(Node node);
|
| boolean selectPopupItemStyleIsRtl(Node select, long itemIndex);
|
| long selectPopupItemStyleFontHeight(Node select, long itemIndex);
|
| + [TypeChecking=Interface] void resetTypeAheadSession(HTMLSelectElement select);
|
|
|
| [RaisesException] ClientRect selectionBounds();
|
|
|
|
|