| Index: test/unittests/compiler/js-type-feedback-unittest.cc
|
| diff --git a/test/unittests/compiler/js-type-feedback-unittest.cc b/test/unittests/compiler/js-type-feedback-unittest.cc
|
| index 3ed9df7aa904fc22950f99e9cb295c31a07b9469..a2d51d28443c3113f1ef3364115a9980cec627ce 100644
|
| --- a/test/unittests/compiler/js-type-feedback-unittest.cc
|
| +++ b/test/unittests/compiler/js-type-feedback-unittest.cc
|
| @@ -40,7 +40,8 @@ class JSTypeFeedbackTest : public TypedGraphTest {
|
| isolate()->native_context()->global_object(), isolate());
|
|
|
| MachineOperatorBuilder machine(zone());
|
| - JSGraph jsgraph(isolate(), graph(), common(), javascript(), nullptr,
|
| + SimplifiedOperatorBuilder simplified(zone());
|
| + JSGraph jsgraph(isolate(), graph(), common(), javascript(), &simplified,
|
| &machine);
|
| JSTypeFeedbackTable table(zone());
|
| // TODO(titzer): mock the GraphReducer here for better unit testing.
|
|
|