Index: third_party/WebKit/Source/core/xml/DOMParser.h |
diff --git a/third_party/WebKit/Source/core/xml/DOMParser.h b/third_party/WebKit/Source/core/xml/DOMParser.h |
index c0a839e190d0c1f8400c09978b68b0611cb59667..27985b5088beefc67eedc378e7c47237214cccb7 100644 |
--- a/third_party/WebKit/Source/core/xml/DOMParser.h |
+++ b/third_party/WebKit/Source/core/xml/DOMParser.h |
@@ -27,7 +27,7 @@ namespace blink { |
class Document; |
-class DOMParser final : public GarbageCollectedFinalized<DOMParser>, public ScriptWrappable { |
+class DOMParser final : public GarbageCollected<DOMParser>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static DOMParser* create(Document& document) |