Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 7879a1adc3b799aca50ee9a3546cb43f905343e3..1ee1463406c9a895c8b7f057fe031bf94ca2a07a 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -141,6 +141,7 @@ |
[RaisesException] unsigned long activeDOMObjectCount(Document document); |
[RaisesException] unsigned long wheelEventHandlerCount(Document document); |
+ [RaisesException] unsigned long scrollEventHandlerCount(Document document); |
[RaisesException] unsigned long touchEventHandlerCount(Document document); |
[RaisesException] LayerRectList touchEventTargetLayerRects(Document document); |