| Index: Source/core/layout/HitTestResult.h
|
| diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
|
| index 7a8953b950d1deb5bf83377d0354fdde8ac97cb4..f1ff36ddcdd038e594885895d32bc9d9f52b8348 100644
|
| --- a/Source/core/layout/HitTestResult.h
|
| +++ b/Source/core/layout/HitTestResult.h
|
| @@ -66,7 +66,6 @@ public:
|
| DECLARE_TRACE();
|
|
|
| bool equalForCacheability(const HitTestResult&) const;
|
| - unsigned equalityScore(const HitTestResult&) const;
|
| void cacheValues(const HitTestResult&);
|
|
|
| // Populate this object based on another HitTestResult; similar to assignment operator
|
|
|