| Index: src/debug/debug.js | 
| diff --git a/src/debug/debug.js b/src/debug/debug.js | 
| index 447e5fada020f569d215b57224993c5a3dc61f8b..6849bf534506b75299ef7ac820666540f7c7ba94 100644 | 
| --- a/src/debug/debug.js | 
| +++ b/src/debug/debug.js | 
| @@ -2315,7 +2315,7 @@ DebugCommandProcessor.prototype.restartFrameRequest_ = function( | 
| frame_mirror = this.exec_state_.frame(); | 
| } | 
|  | 
| -  var result_description = Debug.LiveEdit.RestartFrame(frame_mirror); | 
| +  var result_description = frame_mirror.restart(); | 
| response.body = {result: result_description}; | 
| }; | 
|  | 
|  |