| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index ef424252be0eb47c26ebd0a34fc694bbe1f3c263..adff7a2529da942ae5ea128148ff3204c5e2d7b4 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -7470,7 +7470,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::kHiddenCreateObjectLiteral);
|
| + ASSERT(function->function_id == Runtime::kCreateObjectLiteral);
|
| #endif
|
| }
|
|
|
|
|