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

Unified Diff: third_party/WebKit/Source/core/events/TreeScopeEventContext.h

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/TreeScopeEventContext.h
diff --git a/third_party/WebKit/Source/core/events/TreeScopeEventContext.h b/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
index 82becd5b3386a13990f1239dc2fa80766402517b..f1daa5c155267ba267019c174343b03640708b97 100644
--- a/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
+++ b/third_party/WebKit/Source/core/events/TreeScopeEventContext.h
@@ -91,8 +91,8 @@ class CORE_EXPORT TreeScopeEventContext final
bool isUnclosedTreeOf(const TreeScopeEventContext& other);
Member<TreeScope> m_treeScope;
- Member<Node>
- m_rootNode; // Prevents TreeScope from being freed. TreeScope itself isn't RefCounted.
+ Member<Node> m_rootNode; // Prevents TreeScope from being freed. TreeScope
+ // itself isn't RefCounted.
Member<EventTarget> m_target;
Member<EventTarget> m_relatedTarget;
Member<HeapVector<Member<EventTarget>>> m_eventPath;
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEvent.cpp ('k') | third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698