Chromium Code Reviews| Index: Source/core/xml/XMLSerializer.h |
| diff --git a/Source/core/xml/XMLSerializer.h b/Source/core/xml/XMLSerializer.h |
| index afd72333435d505484d0fa9963c2323df90f94ce..658835bd8db202142688d9d15249b7d595876fd3 100644 |
| --- a/Source/core/xml/XMLSerializer.h |
| +++ b/Source/core/xml/XMLSerializer.h |
| @@ -44,10 +44,7 @@ public: |
| void trace(Visitor*) { } |
| private: |
| - XMLSerializer() |
| - { |
| - ScriptWrappable::init(this); |
| - } |
| + XMLSerializer() { } |
| }; |
| } // namespace blink |