| Index: src/type-info.cc
|
| diff --git a/src/type-info.cc b/src/type-info.cc
|
| index b1ab6c411e6d44aed2ec6880d95a174b69969f12..256f48a9ee26ca65b96794ea77ccc8d8f050b805 100644
|
| --- a/src/type-info.cc
|
| +++ b/src/type-info.cc
|
| @@ -383,7 +383,7 @@ void TypeFeedbackOracle::PopulateMap(Handle<Code> code) {
|
| int length = code_positions.length();
|
| ASSERT(source_positions.length() == length);
|
| for (int i = 0; i < length; i++) {
|
| - AssertNoAllocation no_allocation();
|
| + AssertNoAllocation no_allocation;
|
| RelocInfo info(code->instruction_start() + code_positions[i],
|
| RelocInfo::CODE_TARGET, 0);
|
| Code* target = Code::GetCodeFromTargetAddress(info.target_address());
|
|
|