Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 27232a25ed4e83a458cb9f469b3739b90057bca0..b604d5ae2a196901846a93db4bcf0610f678e590 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -133,6 +133,10 @@ |
[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 suspendActiveIntervalTimer(Document document); |
+ [RaisesException] void resumeActiveIntervalTimer(Document document); |
+ [RaisesException] void fireActiveIntervalTimer(Document document); |
+ |
[RaisesException] long lastSpellCheckRequestSequence(Document document); |
[RaisesException] long lastSpellCheckProcessedSequence(Document document); |