| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 350b9efbf53ff27fe6d5741de78b4c244ae20230..f51b6878244545df68437498b6039ec0f793664a 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -14602,7 +14602,6 @@ static const Runtime::Function kIntrinsicFunctions[] = {
|
|
|
| MaybeObject* Runtime::InitializeIntrinsicFunctionNames(Heap* heap,
|
| Object* dictionary) {
|
| - ASSERT(Isolate::Current()->heap() == heap);
|
| ASSERT(dictionary != NULL);
|
| ASSERT(NameDictionary::cast(dictionary)->NumberOfElements() == 0);
|
| for (int i = 0; i < kNumFunctions; ++i) {
|
|
|