Chromium Code Reviews| Index: src/compiler/node.h |
| diff --git a/src/compiler/node.h b/src/compiler/node.h |
| index bba639034b0d5ca70a740592d009a720ec77bc58..b76a41f9f1081480528f3ef6484295f1be13281a 100644 |
| --- a/src/compiler/node.h |
| +++ b/src/compiler/node.h |
| @@ -36,7 +36,7 @@ class NodeData { |
| protected: |
| Operator* op_; |
| Bounds bounds_; |
| - explicit NodeData(Zone* zone) : bounds_(Bounds(Type::None(zone))) {} |
| + explicit NodeData(Zone* zone) {} |
| friend class NodeProperties; |
| void set_bounds(Bounds b) { bounds_ = b; } |