Index: Source/core/dom/DocumentType.cpp |
diff --git a/Source/core/dom/DocumentType.cpp b/Source/core/dom/DocumentType.cpp |
index 23a19d494c69de32a4496b8f6c740c0a242d7de2..78c5c4eb4e0a3e21907105a49a96865e7196b048 100644 |
--- a/Source/core/dom/DocumentType.cpp |
+++ b/Source/core/dom/DocumentType.cpp |
@@ -34,7 +34,6 @@ DocumentType::DocumentType(Document* document, const String& name, const String& |
, m_publicId(publicId) |
, m_systemId(systemId) |
{ |
- ScriptWrappable::init(this); |
} |
KURL DocumentType::baseURI() const |