Index: Source/core/layout/HitTestResult.h |
diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h |
index 2f763e3f92280ccd2d5aca4935b7cdb031e22972..ca1e949db4ca4281e2048c297caa2bc6f78b53d5 100644 |
--- a/Source/core/layout/HitTestResult.h |
+++ b/Source/core/layout/HitTestResult.h |
@@ -90,7 +90,7 @@ public: |
void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; } |
PositionWithAffinity position() const; |
- LayoutObject* renderer() const; |
+ LayoutObject* layoutObject() const; |
void setToShadowHostIfInClosedShadowRoot(); |