Index: third_party/WebKit/Source/core/xml/XPathResult.h |
diff --git a/third_party/WebKit/Source/core/xml/XPathResult.h b/third_party/WebKit/Source/core/xml/XPathResult.h |
index 927af13ad655c5e9af5d98a48fe9d9741a4e05cf..808ff08c0f1aa917830b4c66b0cc51d88f0b9e37 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathResult.h |
+++ b/third_party/WebKit/Source/core/xml/XPathResult.h |
@@ -42,8 +42,7 @@ namespace XPath { |
struct EvaluationContext; |
} |
-// TODO(Oilpan): remove Finalized when transition type for m_document is. |
-class XPathResult final : public GarbageCollectedFinalized<XPathResult>, public ScriptWrappable { |
+class XPathResult final : public GarbageCollected<XPathResult>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
enum XPathResultType { |