Index: Source/core/layout/LayoutView.h |
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h |
index bdc7571f71301e02876cb7fea815b29d0da7f4cf..672bcac0ee4045bcbe002fee5c71e78b71e0fea3 100644 |
--- a/Source/core/layout/LayoutView.h |
+++ b/Source/core/layout/LayoutView.h |
@@ -60,7 +60,7 @@ public: |
unsigned hitTestCount() const { return m_hitTestCount; } |
unsigned hitTestCacheHits() const { return m_hitTestCacheHits; } |
- void clearHitTestCache() { m_hitTestCache->clear(); } |
+ void clearHitTestCache(); |
const char* name() const override { return "LayoutView"; } |