Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/WebKit/Source/core/events/EventPath.cpp

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/events/EventListenerMap.cpp ('k') | third_party/WebKit/Source/core/events/EventQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698