Chromium Code Reviews| Index: Source/core/dom/NodeList.h |
| diff --git a/Source/core/dom/NodeList.h b/Source/core/dom/NodeList.h |
| index 309bdab11956edf88968e8bfbae297250022a1ea..307e14109e9ee46fbfbf11bf1e458d02de5ca7a7 100644 |
| --- a/Source/core/dom/NodeList.h |
| +++ b/Source/core/dom/NodeList.h |
| @@ -49,10 +49,7 @@ public: |
| virtual void trace(Visitor*) { } |
| protected: |
| - NodeList() |
| - { |
| - ScriptWrappable::init(this); |
| - } |
| + NodeList() { } |
| }; |
| } // namespace blink |