| Index: Source/core/dom/EventContext.cpp
|
| diff --git a/Source/core/dom/EventContext.cpp b/Source/core/dom/EventContext.cpp
|
| index b1d2fe8ed496a6ea277f6fb5f218637a0d057516..13bf7a842d1cc9e18ea760e27425b9729f6fab20 100644
|
| --- a/Source/core/dom/EventContext.cpp
|
| +++ b/Source/core/dom/EventContext.cpp
|
| @@ -133,7 +133,7 @@ bool TouchEventContext::isTouchEventContext() const
|
| void TouchEventContext::checkReachability(TouchList* touchList) const
|
| {
|
| for (size_t i = 0; i < touchList->length(); ++i)
|
| - ASSERT(touchList->item(i)->target()->toNode()->treeScope().isInclusiveAncestorOf(m_node->treeScope()));
|
| + ASSERT(touchList->item(i)->target()->toNode()->treeScope()->isInclusiveAncestorOf(m_node->treeScope()));
|
| }
|
| #endif
|
|
|
|
|