| Index: Source/core/frame/EventHandlerRegistry.h
|
| diff --git a/Source/core/frame/EventHandlerRegistry.h b/Source/core/frame/EventHandlerRegistry.h
|
| index 63e56524d3e6aa2f352b1476d9ccf746cf17813f..9254453f87337bd8f7b09a68dcb282ed86473978 100644
|
| --- a/Source/core/frame/EventHandlerRegistry.h
|
| +++ b/Source/core/frame/EventHandlerRegistry.h
|
| @@ -59,7 +59,7 @@ public:
|
| // references to handlers that are no longer related to it.
|
| void documentDetached(Document&);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
| void clearWeakMembers(Visitor*);
|
|
|
| private:
|
|
|