Chromium Code Reviews

Unified Diff: Source/core/events/CompositionEvent.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/CompositionEvent.h
diff --git a/Source/core/events/CompositionEvent.h b/Source/core/events/CompositionEvent.h
index b3c1a74e97e1df6f7749b621b758d1a381b0ba77..96e5ac349eec635715f904e497b7b5d0ad09c5fa 100644
--- a/Source/core/events/CompositionEvent.h
+++ b/Source/core/events/CompositionEvent.h
@@ -66,6 +66,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
CompositionEvent();
CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView>, const String&, const Vector<CompositionUnderline>& underlines);

Powered by Google App Engine