| Index: test/cctest/compiler/test-js-constant-cache.cc
|
| diff --git a/test/cctest/compiler/test-js-constant-cache.cc b/test/cctest/compiler/test-js-constant-cache.cc
|
| index 9d5ff000b7eaec143056b9c007ca8dfbd5c67a91..dabfebc45331449cfe1fe04a17e77a4685bb71e0 100644
|
| --- a/test/cctest/compiler/test-js-constant-cache.cc
|
| +++ b/test/cctest/compiler/test-js-constant-cache.cc
|
| @@ -39,7 +39,7 @@ class JSConstantCacheTester : public HandleAndZoneScope,
|
| JSConstantCacheTester()
|
| : JSCacheTesterHelper(main_isolate(), main_zone()),
|
| JSGraph(main_isolate(), &main_graph_, &main_common_, &main_javascript_,
|
| - &main_machine_) {
|
| + nullptr, &main_machine_) {
|
| main_graph_.SetStart(main_graph_.NewNode(common()->Start(0)));
|
| main_graph_.SetEnd(
|
| main_graph_.NewNode(common()->End(1), main_graph_.start()));
|
|
|