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