Chromium Code Reviews

Unified Diff: Source/core/events/WebKitAnimationEvent.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.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/events/WebKitAnimationEvent.h
diff --git a/Source/core/events/WebKitAnimationEvent.h b/Source/core/events/WebKitAnimationEvent.h
index 731f45d716e5e1eafeaf65f22fe3fec5b192f0ae..0c4549ab289bc5cf2e25d076b357a0387cc97e55 100644
--- a/Source/core/events/WebKitAnimationEvent.h
+++ b/Source/core/events/WebKitAnimationEvent.h
@@ -62,6 +62,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
WebKitAnimationEvent();
WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);

Powered by Google App Engine