Chromium Code Reviews| Index: src/factory.cc |
| diff --git a/src/factory.cc b/src/factory.cc |
| index 444f6e312e9a0e84f304f0f455ef54d155dc2784..3827fee5a5b62bb1a342b57ac408fa870f97f416 100644 |
| --- a/src/factory.cc |
| +++ b/src/factory.cc |
| @@ -2274,8 +2274,6 @@ Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { |
| // Get the original code of the function. |
| Handle<Code> code(shared->code()); |
| - DCHECK(code->has_debug_break_slots()); |
|
adamk
2015/06/16 16:04:28
Is this a stray from some other patch?
|
| - |
| // Create a copy of the code before allocating the debug info object to avoid |
| // allocation while setting up the debug info object. |
| Handle<Code> original_code(*Factory::CopyCode(code)); |