Index: Source/core/dom/Comment.cpp |
diff --git a/Source/core/dom/Comment.cpp b/Source/core/dom/Comment.cpp |
index 5021b04e010631c97ab89df437874d16ef202ebf..371c3ce3371689f6d5e37fca752033b7904e58c0 100644 |
--- a/Source/core/dom/Comment.cpp |
+++ b/Source/core/dom/Comment.cpp |
@@ -29,7 +29,6 @@ namespace blink { |
inline Comment::Comment(Document& document, const String& text) |
: CharacterData(document, text, CreateOther) |
{ |
- ScriptWrappable::init(this); |
} |
PassRefPtrWillBeRawPtr<Comment> Comment::create(Document& document, const String& text) |