Chromium Code Reviews

Unified Diff: Source/core/events/OverflowEvent.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/OverflowEvent.h
diff --git a/Source/core/events/OverflowEvent.h b/Source/core/events/OverflowEvent.h
index 1f8e1a1d18dd1d9a0486fecff639955d785602db..2a20a8d53a6aff13f6aa5c6c333964677862e74e 100644
--- a/Source/core/events/OverflowEvent.h
+++ b/Source/core/events/OverflowEvent.h
@@ -65,6 +65,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
OverflowEvent();
OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow);

Powered by Google App Engine