| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index c7de5fc91bd701f67af0053e9c87c1d2c6bf7a37..cb13a2b9a3ada80d7ca88411215ac33230917e6c 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -134,6 +134,9 @@
|
| [RaisesException] Node touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document document);
|
|
|
| + [RaisesException] void setActiveIntervalTimerInManualMode(Document document, boolean manualMode);
|
| + [RaisesException] void fireActiveIntervalTimer(Document document);
|
| +
|
| [RaisesException] long lastSpellCheckRequestSequence(Document document);
|
| [RaisesException] long lastSpellCheckProcessedSequence(Document document);
|
|
|
|
|