| Index: third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp b/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| index f68958e600bc23f3899a4b10adce2190203bf30e..ee5a34f633e112599887f8c342bfdccc938995a1 100644
|
| --- a/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp
|
| @@ -75,11 +75,6 @@ WillBeHeapVector<RefPtrWillBeMember<EventTarget>>& TreeScopeEventContext::ensure
|
| return *m_eventPath;
|
| }
|
|
|
| -TouchEventContext* TreeScopeEventContext::touchEventContext() const
|
| -{
|
| - return m_touchEventContext.get();
|
| -}
|
| -
|
| TouchEventContext* TreeScopeEventContext::ensureTouchEventContext()
|
| {
|
| if (!m_touchEventContext)
|
|
|