Index: Source/core/xml/DOMParser.h |
diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h |
index 71d25604f18867d70e093dac1ad41be36da886a9..f21cd68c775dc58bc3b127c5e59c14ee1968ec2b 100644 |
--- a/Source/core/xml/DOMParser.h |
+++ b/Source/core/xml/DOMParser.h |
@@ -43,10 +43,7 @@ public: |
void trace(Visitor*) { } |
private: |
- DOMParser() |
- { |
- ScriptWrappable::init(this); |
- } |
+ DOMParser() { } |
}; |
} // namespace blink |