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

Unified Diff: Source/core/events/EventPath.h

Issue 125033002: Rename SharedEventContext to TreeScopeEventContext after r164501. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « Source/core/events/EventContext.h ('k') | Source/core/events/EventPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventPath.h
diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
index a1d3fe8c3a34bbd842735d221a94973f2c34a62f..2d61dd72fc21c3eb5a6c75aff2edd7c0abf9b97d 100644
--- a/Source/core/events/EventPath.h
+++ b/Source/core/events/EventPath.h
@@ -93,7 +93,7 @@ private:
Vector<EventContext, 64> m_eventContexts;
Node* m_node;
Event* m_event;
- Vector<RefPtr<TreeScopeEventContext> > m_sharedEventContexts;
+ Vector<RefPtr<TreeScopeEventContext> > m_treeScopeEventContexts;
};
} // namespace
« no previous file with comments | « Source/core/events/EventContext.h ('k') | Source/core/events/EventPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698