Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index 34a55cd1b9d627b8a6ccae870668fba6966bb2e3..40e6c8391e8240ed8aeff11e4dda00c68ec43c92 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -904,11 +904,6 @@ void EventHandler::stopAutoscroll() |
controller->stopAutoscroll(); |
} |
-Node* EventHandler::mousePressNode() const |
-{ |
- return m_mousePressNode.get(); |
-} |
- |
bool EventHandler::scroll(ScrollDirection direction, ScrollGranularity granularity, Node* startNode, Node** stopNode, float delta, IntPoint absolutePoint) |
{ |
if (!delta) |