| Index: Source/core/events/BeforeLoadEvent.h
|
| diff --git a/Source/core/events/BeforeLoadEvent.h b/Source/core/events/BeforeLoadEvent.h
|
| index b7fc8948410458e6a1071726bfb2d57dfbd32a76..f605a7b8cbfbd49cd029ce9fde8af0806b686c36 100644
|
| --- a/Source/core/events/BeforeLoadEvent.h
|
| +++ b/Source/core/events/BeforeLoadEvent.h
|
| @@ -62,6 +62,8 @@ public:
|
|
|
| virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeLoadEvent; }
|
|
|
| + virtual void trace(Visitor* visitor) OVERRIDE { Event::trace(visitor); }
|
| +
|
| private:
|
| BeforeLoadEvent()
|
| {
|
|
|