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