| Index: test/cctest/test-decls.cc
|
| diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc
|
| index 19767a252399f433b6f512086e7bc6f21e7cf4d0..7a826c2476c599a8a8b2b504b7430c76d955d141 100644
|
| --- a/test/cctest/test-decls.cc
|
| +++ b/test/cctest/test-decls.cc
|
| @@ -423,11 +423,8 @@ TEST(ExistsInPrototype) {
|
| // Sanity check to make sure that the holder of the interceptor
|
| // really is the prototype object.
|
| { ExistsInPrototypeContext context;
|
| - context.Check("this.x = 87; this.x",
|
| - 0,
|
| - 0,
|
| - 0,
|
| - EXPECT_RESULT, Number::New(CcTest::isolate(), 87));
|
| + context.Check("this.x = 87; this.x", 0, 0, 1, EXPECT_RESULT,
|
| + Number::New(CcTest::isolate(), 87));
|
| }
|
|
|
| { ExistsInPrototypeContext context;
|
|
|