| Index: src/runtime/runtime-compiler.cc
|
| diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc
|
| index 97fa0d02e8aafaaf8ce6cb8cecc352f0caebb218..aeecde28b9960f011d1b16a242efc006c4fe7a5c 100644
|
| --- a/src/runtime/runtime-compiler.cc
|
| +++ b/src/runtime/runtime-compiler.cc
|
| @@ -124,7 +124,6 @@ RUNTIME_FUNCTION(Runtime_NotifyDeoptimized) {
|
|
|
| JavaScriptFrame* frame = it.frame();
|
| RUNTIME_ASSERT(frame->function()->IsJSFunction());
|
| - DCHECK(frame->function() == *function);
|
|
|
| // Ensure the context register is updated for materialized objects.
|
| JavaScriptFrameIterator top_it(isolate);
|
|
|