Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 22b29b599733238220cefbf967ba1dea64fe9e62..32000d8e2ff04a14b82994d60274cc8274949460 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -162,7 +162,7 @@ public: |
String selectedTextForClipboard() const; |
PositionWithAffinityTemplate<EditingAlgorithm<NodeTraversal>> positionForPoint(const IntPoint& framePoint); |
- Document* documentAtPoint(const IntPoint& windowPoint); |
+ Document* documentAtPoint(const IntPoint&); |
EphemeralRangeTemplate<EditingAlgorithm<NodeTraversal>> rangeForPoint(const IntPoint& framePoint); |
bool isURLAllowed(const KURL&) const; |