| Index: Source/core/events/EventPath.h
|
| diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
|
| index b29f2b61c66d129fe1ac4c6be5fdeaaf2e091a6d..617f7cc37ed0d82246c63fae3e65117e621af092 100644
|
| --- a/Source/core/events/EventPath.h
|
| +++ b/Source/core/events/EventPath.h
|
| @@ -80,7 +80,7 @@ private:
|
| void shrink(size_t newSize) { m_nodeEventContexts.shrink(newSize); }
|
| void shrinkIfNeeded(const Node* target, const EventTarget* relatedTarget);
|
|
|
| - void adjustTouchList(const Node*, const TouchList*, Vector<TouchList*> adjustedTouchList, const Vector<TreeScope*>& treeScopes);
|
| + void adjustTouchList(const Node*, const TouchList*, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const Vector<TreeScope*>& treeScopes);
|
|
|
| typedef HashMap<TreeScope*, RefPtr<TreeScopeEventContext> > TreeScopeEventContextMap;
|
| TreeScopeEventContext* ensureTreeScopeEventContext(Node* currentTarget, TreeScope*, TreeScopeEventContextMap&);
|
|
|