| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 6ef1cf37eaca730ca1152104311abf05d418304b..1fa60bba611290d5c45d2899b8f6d5e96e39235b 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -132,9 +132,6 @@ public:
|
| unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const;
|
| unsigned needsLayoutCount(ExceptionState&) const;
|
| unsigned hitTestCount(Document*, ExceptionState&) const;
|
| - unsigned hitTestCacheHits(Document*, ExceptionState&) const;
|
| - Element* elementFromPointNoCache(Document*, double, double, ExceptionState&) const;
|
| - void clearHitTestCache(Document*, ExceptionState&) const;
|
|
|
| String visiblePlaceholder(Element*);
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
|
|