Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 6cb1b96f7fd90e1a2c6397242f13150f8f74b5c4..ecb4e384f51d77fa3ec4edf11e4836e4122bb49d 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -615,7 +615,7 @@ public: |
TextLinkColors& textLinkColors() { return m_textLinkColors; } |
VisitedLinkState& visitedLinkState() const { return *m_visitedLinkState; } |
- MouseEventWithHitTestResults prepareMouseEvent(const HitTestRequest&, const LayoutPoint&, const PlatformMouseEvent&); |
+ MouseEventWithHitTestResults performMouseEventHitTest(const HitTestRequest&, const LayoutPoint&, const PlatformMouseEvent&); |
/* Newly proposed CSS3 mechanism for selecting alternate |
stylesheets using the DOM. May be subject to change as |