| Index: Source/core/rendering/HitTestLocation.h
|
| diff --git a/Source/core/rendering/HitTestLocation.h b/Source/core/rendering/HitTestLocation.h
|
| index cd5ee8000e0d3411b1cd8160ee881239dbedbb26..78cc57664847ed7c4b54066962762e1dec350ecf 100644
|
| --- a/Source/core/rendering/HitTestLocation.h
|
| +++ b/Source/core/rendering/HitTestLocation.h
|
| @@ -54,7 +54,6 @@ public:
|
|
|
| // Rect-based hit test related methods.
|
| bool isRectBasedTest() const { return m_isRectBased; }
|
| - bool isRectilinear() const { return m_isRectilinear; }
|
| IntRect boundingBox() const { return m_boundingBox; }
|
|
|
| static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
|
|
|