Chromium Code Reviews| Index: src/runtime.cc |
| =================================================================== |
| --- src/runtime.cc (revision 2424) |
| +++ src/runtime.cc (working copy) |
| @@ -4316,7 +4316,7 @@ |
| #ifdef ENABLE_DEBUGGER_SUPPORT |
| // Handle stepping into constructors if step into is active. |
| if (Debug::StepInActive()) { |
| - Debug::HandleStepIn(function, 0, true); |
| + Debug::HandleStepIn(function, Handle<Object>::null(), 0, true); |
| } |
| #endif |