| Index: third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| index 218b5a03408b9f9b575511dd3095de685173c75d..7bfe30eadc400935b14a48d35e1439a3910a5773 100644
|
| --- a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| +++ b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| @@ -304,7 +304,7 @@ void compileSubtargetList(const HeapVector<Member<Node>>& intersectedNodes,
|
| }
|
| // Insert the detected responder for all the visited nodes.
|
| for (unsigned j = 0; j < visitedNodes.size(); j++)
|
| - responderMap.add(visitedNodes[j], respondingNode);
|
| + responderMap.insert(visitedNodes[j], respondingNode);
|
|
|
| if (respondingNode)
|
| candidates.push_back(node);
|
|
|