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