| Index: Source/core/dom/DocumentMarker.h
|
| diff --git a/Source/core/dom/DocumentMarker.h b/Source/core/dom/DocumentMarker.h
|
| index c1082f41439c209a8fcc490212e7a1fd4b2f634d..a3c83ad2275362ac499ef451445e24e187454447 100644
|
| --- a/Source/core/dom/DocumentMarker.h
|
| +++ b/Source/core/dom/DocumentMarker.h
|
| @@ -124,7 +124,7 @@ public:
|
| return !(*this == o);
|
| }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| MarkerType m_type;
|
| @@ -149,7 +149,7 @@ public:
|
| virtual bool isDescription() const { return false; }
|
| virtual bool isTextMatch() const { return false; }
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
| } // namespace blink
|
|
|