| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index d22cc32f1518ebf00545be935ad77e54ecc9323f..59c190cd3057edccfd1c7a58c7f158fd27a774f2 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -7263,7 +7263,7 @@ class HToFastProperties V8_FINAL : public HUnaryOperation {
|
| ASSERT(value->IsCallRuntime());
|
| #ifdef DEBUG
|
| const Runtime::Function* function = HCallRuntime::cast(value)->function();
|
| - ASSERT(function->function_id == Runtime::kCreateObjectLiteral);
|
| + ASSERT(function->function_id == Runtime::kHiddenCreateObjectLiteral);
|
| #endif
|
| }
|
|
|
|
|