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