| Index: third_party/WebKit/Source/core/events/EventPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventPath.cpp b/third_party/WebKit/Source/core/events/EventPath.cpp
|
| index 95d95b54c008a82a2a85bba28a3cf1cd6c833505..1c7c68962f1bdf3731c701952bb46d6264e98176 100644
|
| --- a/third_party/WebKit/Source/core/events/EventPath.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventPath.cpp
|
| @@ -136,7 +136,7 @@ void EventPath::calculatePath() {
|
| }
|
| nodesInPath.append(insertionPoint);
|
| }
|
| - current = insertionPoints.last();
|
| + current = insertionPoints.back();
|
| continue;
|
| }
|
| if (current->isChildOfV1ShadowHost()) {
|
|
|