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

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

Issue 334713006: Use stricter typing for NodeLists throughout the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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/editing/Editor.cpp ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.h
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
index d34ce2969d5d0aca8dac28fe106e01eaa9708d2d..ef9d3657149e3734ac33d845cf241f5e6202afaf 100644
--- a/Source/core/events/Event.h
+++ b/Source/core/events/Event.h
@@ -177,7 +177,7 @@ public:
EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; }
EventPath& ensureEventPath();
- PassRefPtrWillBeRawPtr<NodeList> path() const;
+ PassRefPtrWillBeRawPtr<StaticNodeList> path() const;
bool isBeingDispatched() const { return eventPhase(); }
« no previous file with comments | « Source/core/editing/Editor.cpp ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698