| 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 fc5a15a9ed4a094027c2205aebf10ff434cf2149..28c8bb6ed0f95648d74e17c6d97db1dd7031fcbd 100644
|
| --- a/third_party/WebKit/Source/core/events/EventPath.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventPath.cpp
|
| @@ -168,7 +168,8 @@ void EventPath::calculatePath() {
|
|
|
| void EventPath::calculateTreeOrderAndSetNearestAncestorClosedTree() {
|
| // Precondition:
|
| - // - TreeScopes in m_treeScopeEventContexts must be *connected* in the same composed tree.
|
| + // - TreeScopes in m_treeScopeEventContexts must be *connected* in the same
|
| + // composed tree.
|
| // - The root tree must be included.
|
| HeapHashMap<Member<const TreeScope>, Member<TreeScopeEventContext>>
|
| treeScopeEventContextMap;
|
|
|