| Index: Source/core/rendering/HitTestResult.h
|
| diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h
|
| index e0a8daf03d8c7d55f41921e196e45abbf1887ce8..0ec28e949340f2889f067b25d4279c84da2df97f 100644
|
| --- a/Source/core/rendering/HitTestResult.h
|
| +++ b/Source/core/rendering/HitTestResult.h
|
| @@ -135,9 +135,6 @@ public:
|
| // Collapse the rect-based test result into a single target at the specified location.
|
| void resolveRectBasedTest(Node* resolvedInnerNode, const LayoutPoint& resolvedPointInMainFrame);
|
|
|
| - // FIXME: Remove this.
|
| - Node* targetNode() const { return innerNode(); }
|
| -
|
| private:
|
| KURL absoluteImageURLInternal(bool allowCanvas) const;
|
| NodeSet& mutableRectBasedTestResult(); // See above.
|
|
|