| Index: test/cctest/heap/test-alloc.cc
|
| diff --git a/test/cctest/heap/test-alloc.cc b/test/cctest/heap/test-alloc.cc
|
| index 3424804d59ab3602d19945bd2f39386db70331ba..29048421a7403754e7e8eb8a967abc32aaeccd72 100644
|
| --- a/test/cctest/heap/test-alloc.cc
|
| +++ b/test/cctest/heap/test-alloc.cc
|
| @@ -126,7 +126,7 @@ Handle<AccessorInfo> TestAccessorInfo(
|
| Isolate* isolate, PropertyAttributes attributes) {
|
| Handle<String> name = isolate->factory()->NewStringFromStaticChars("get");
|
| return Accessors::MakeAccessor(isolate, name, &TestGetter, &TestSetter,
|
| - attributes);
|
| + attributes, false);
|
| }
|
|
|
|
|
|
|