| Index: third_party/WebKit/Source/core/page/TouchDisambiguation.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/TouchDisambiguation.cpp b/third_party/WebKit/Source/core/page/TouchDisambiguation.cpp
|
| index 934ad2bf7b5fd01dbda02feed4e2f7267be48c1f..9d20786218e877124de9a192e63039d47b04eb25 100644
|
| --- a/third_party/WebKit/Source/core/page/TouchDisambiguation.cpp
|
| +++ b/third_party/WebKit/Source/core/page/TouchDisambiguation.cpp
|
| @@ -139,7 +139,7 @@ void findGoodTouchTargets(const IntRect& touchBoxInRootFrame,
|
| break;
|
| if (node.willRespondToMouseClickEvents()) {
|
| TouchTargetData& targetData =
|
| - touchTargets.add(&node, TouchTargetData()).storedValue->value;
|
| + touchTargets.insert(&node, TouchTargetData()).storedValue->value;
|
| targetData.windowBoundingBox = boundingBoxForEventNodes(&node);
|
| targetData.score = scoreTouchTarget(touchPoint, touchPointPadding,
|
| targetData.windowBoundingBox);
|
|
|