| Index: Source/core/page/EventWithHitTestResults.h
|
| diff --git a/Source/core/page/EventWithHitTestResults.h b/Source/core/page/EventWithHitTestResults.h
|
| index 4ed27f4289ab5fea7d49af2ce4b234770892b862..1a90f9b65cab70b6028885ee9e73be82df773371 100644
|
| --- a/Source/core/page/EventWithHitTestResults.h
|
| +++ b/Source/core/page/EventWithHitTestResults.h
|
| @@ -47,7 +47,7 @@ public:
|
| Scrollbar* scrollbar() const { return m_hitTestResult.scrollbar(); }
|
| bool isOverLink() const { return m_hitTestResult.isOverLink(); }
|
| bool isOverWidget() const { return m_hitTestResult.isOverWidget(); }
|
| - Node* targetNode() const { return m_hitTestResult.targetNode(); }
|
| + Node* innerNode() const { return m_hitTestResult.innerNode(); }
|
|
|
| private:
|
| EventType m_event;
|
|
|