Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index e2c464aab2000331e1b99834e6735883bca735f4..ebd2d854bb4f62f2e51d1b3109e913bc6b8cf6bf 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -19,9 +19,7 @@ namespace compiler { |
class JSTypedLowering FINAL : public Reducer { |
public: |
explicit JSTypedLowering(JSGraph* jsgraph) |
- : jsgraph_(jsgraph), |
- simplified_(jsgraph->zone()), |
- machine_(jsgraph->zone()) {} |
+ : jsgraph_(jsgraph), simplified_(jsgraph->zone()) {} |
virtual ~JSTypedLowering(); |
virtual Reduction Reduce(Node* node) OVERRIDE; |