Chromium Code Reviews| Index: Source/core/xml/XPathResult.h |
| diff --git a/Source/core/xml/XPathResult.h b/Source/core/xml/XPathResult.h |
| index bf8257e81b93401ac6260e30a982e2912bebca97..c55a6f6b328a6094f6991b81c7f3d2625e2a4a46 100644 |
| --- a/Source/core/xml/XPathResult.h |
| +++ b/Source/core/xml/XPathResult.h |
| @@ -81,7 +81,7 @@ public: |
| const XPath::Value& value() const { return m_value; } |
| - void trace(Visitor*); |
| + DECLARE_TRACE(); |
| private: |
| XPathResult(XPath::EvaluationContext&, const XPath::Value&); |