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

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

Issue 181153003: Make Event RefCountedGarbageCollected and implement trace() methods to the Event hierarcy (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/PageTransitionEvent.h
diff --git a/Source/core/events/PageTransitionEvent.h b/Source/core/events/PageTransitionEvent.h
index cc79580ba080e911998af3d4ad77c3208d723628..f249292a84b8d3a45aec6fc401eb52be2ae164f0 100644
--- a/Source/core/events/PageTransitionEvent.h
+++ b/Source/core/events/PageTransitionEvent.h
@@ -57,6 +57,8 @@ public:
bool persisted() const { return m_persisted; }
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
PageTransitionEvent();
PageTransitionEvent(const AtomicString& type, bool persisted);

Powered by Google App Engine
This is Rietveld 408576698