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

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

Issue 316443004: Oilpan: Remove ref counting from EventTarget and all uses of Pass/RefPtr<EventTarget>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: Source/core/events/EventPath.cpp
diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp
index 8b6f74e9d73118122461f17cba78491b5ebafcb0..cee339b7344dadc1ac59f4e6347a8b6239b166a5 100644
--- a/Source/core/events/EventPath.cpp
+++ b/Source/core/events/EventPath.cpp
@@ -368,6 +368,7 @@ void EventPath::trace(Visitor* visitor)
{
visitor->trace(m_nodeEventContexts);
visitor->trace(m_event);
+ visitor->trace(m_nodeEventContexts);
haraken 2014/06/03 09:47:07 You're tracing twice :)
zerny-chromium 2014/06/03 10:11:05 Done.
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698