| Index: third_party/WebKit/Source/core/page/TouchDisambiguation.h
|
| diff --git a/third_party/WebKit/Source/core/page/TouchDisambiguation.h b/third_party/WebKit/Source/core/page/TouchDisambiguation.h
|
| index 5dd36a8fbc19ff49f204d3f51681806acef3c83d..ec517ab29c9658228fa9b970303b29174df0a42c 100644
|
| --- a/third_party/WebKit/Source/core/page/TouchDisambiguation.h
|
| +++ b/third_party/WebKit/Source/core/page/TouchDisambiguation.h
|
| @@ -41,7 +41,7 @@ class LocalFrame;
|
| class IntRect;
|
| class Node;
|
|
|
| -CORE_EXPORT void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node>>& highlightNodes);
|
| +CORE_EXPORT void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, HeapVector<Member<Node>>& highlightNodes);
|
|
|
| } // namespace blink
|
|
|
|
|