| Index: Source/core/dom/ElementDataCache.h
|
| diff --git a/Source/core/dom/ElementDataCache.h b/Source/core/dom/ElementDataCache.h
|
| index 685cab206e81b515425bdcefabc5e98ae0c79c61..c3798de98ebedd44dee3aeb7856dcaaee9170fcf 100644
|
| --- a/Source/core/dom/ElementDataCache.h
|
| +++ b/Source/core/dom/ElementDataCache.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<ShareableElementData> cachedShareableElementDataWithAttributes(const Vector<Attribute>&);
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| ElementDataCache();
|
|
|