| 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);
|
|
|