| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 5cf148d7fdb57221d1be60fda11eb02f1c676159..0908b8711a7d251c7f084816199ad6bda9df84bf 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&);
|
|
|
|
|