| Index: src/compiler/simplified-lowering.h
|
| diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h
|
| index 94766f7d08119535381a47f2a0cbb1f61348fce7..9e83fdf652ee8c0c11e405fc994622c6648506e6 100644
|
| --- a/src/compiler/simplified-lowering.h
|
| +++ b/src/compiler/simplified-lowering.h
|
| @@ -16,8 +16,7 @@ namespace compiler {
|
|
|
| class SimplifiedLowering {
|
| public:
|
| - explicit SimplifiedLowering(JSGraph* jsgraph)
|
| - : jsgraph_(jsgraph), machine_(jsgraph->zone()) {}
|
| + explicit SimplifiedLowering(JSGraph* jsgraph) : jsgraph_(jsgraph) {}
|
| virtual ~SimplifiedLowering() {}
|
|
|
| void LowerAllNodes();
|
|
|