| Index: Source/core/html/FormAssociatedElement.h
|
| diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h
|
| index a2ed901e2f1c00d2d91e83eb834d0c689654be26..eb446ada8dde1ddf126b91c1ef466d227c8ab4be 100644
|
| --- a/Source/core/html/FormAssociatedElement.h
|
| +++ b/Source/core/html/FormAssociatedElement.h
|
| @@ -92,7 +92,7 @@ public:
|
|
|
| typedef WillBeHeapVector<RawPtrWillBeMember<FormAssociatedElement>> List;
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| FormAssociatedElement();
|
|
|