| Index: test/unittests/compiler/js-typed-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| index a12d79f02bb4ca24c3b384055cb9f0c960208ca8..3f23948c2806319e797771bc39e37249082339b0 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -897,8 +897,8 @@ TEST_F(JSTypedLoweringTest, JSLoadNamedGlobalConstants) {
|
| for (size_t i = 0; i < arraysize(names); i++) {
|
| Unique<Name> name = Unique<Name>::CreateImmovable(names[i]);
|
| Reduction r = Reduce(graph()->NewNode(
|
| - javascript()->LoadGlobal(name, feedback), global, vector, context,
|
| - EmptyFrameState(), EmptyFrameState(), effect, control));
|
| + javascript()->LoadGlobal(name, feedback), context, global, vector,
|
| + context, EmptyFrameState(), EmptyFrameState(), effect, control));
|
|
|
| ASSERT_TRUE(r.Changed());
|
| EXPECT_THAT(r.replacement(), matches[i]);
|
|
|