Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 2653a9cfa9be09b26285f18ca34238c64a4f0dce..c73e5462bf61148dd32e343e6ab575259c680d45 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -185,6 +185,7 @@ public: |
unsigned activeDOMObjectCount(Document*, ExceptionState&); |
unsigned wheelEventHandlerCount(Document*, ExceptionState&); |
+ unsigned scrollEventHandlerCount(Document*, ExceptionState&); |
unsigned touchEventHandlerCount(Document*, ExceptionState&); |
PassRefPtrWillBeRawPtr<LayerRectList> touchEventTargetLayerRects(Document*, ExceptionState&); |