Chromium Code Reviews| Index: Source/core/dom/Position.h |
| diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h |
| index f98eae6a4ec127883925600fa9a7a96a8f0965ab..b29bca737b8a3dabe204e9fa67aff1cfa8279ea3 100644 |
| --- a/Source/core/dom/Position.h |
| +++ b/Source/core/dom/Position.h |
| @@ -202,7 +202,7 @@ public: |
| void showTreeForThis() const; |
| #endif |
| - void trace(Visitor*); |
| + DECLARE_TRACE(); |
| private: |
| int offsetForPositionAfterAnchor() const; |