Chromium Code Reviews| Index: test/cctest/cctest.h |
| diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h |
| index a0bc09d95062cbbc9a8b12799b4fb37a2106acf5..bc23397aaba65135ede926eaa28429ffc2d4cbef 100644 |
| --- a/test/cctest/cctest.h |
| +++ b/test/cctest/cctest.h |
| @@ -526,7 +526,7 @@ static inline void ExpectUndefined(const char* code) { |
| static inline void DisableInlineAllocationSteps(v8::internal::NewSpace* space) { |
| - space->LowerInlineAllocationLimit(0); |
| + space->DisableInlineAllocationSteps(); |
|
Hannes Payer (out of office)
2015/10/16 15:31:17
Instead of call DisableInlineAllocationSteps, the
ofrobots
2015/10/16 21:26:35
Done.
|
| } |