| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index aed2b4bd289df6283dc57de79844f4eeb1f3f838..6603e6cf4a7a59c93f97f174ca883aa9942681dc 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -6743,8 +6743,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 ||
|
| - function->function_id == Runtime::kCreateObjectLiteralShallow);
|
| + ASSERT(function->function_id == Runtime::kCreateObjectLiteral);
|
| #endif
|
| }
|
|
|
|
|