Remove RestartFrame from live edit API
authoryurys <yurys@chromium.org>
Thu, 23 Jul 2015 07:46:49 +0000 (00:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Jul 2015 07:46:55 +0000 (07:46 +0000)
commit84f8e1af76e06f645256055387cdd2f5902917cf
treeb55dcfee1db8e829aec6d6b5bc619866bde67ac5
parenta5f5f5801440e6b4d25be37441a65af2add9a7ef
Remove RestartFrame from live edit API

There is already non-throwing version FrameMirror.restart and RestartFrame in the livedit-debugger.js just adds a throwing wrapper around it.

Also NEEDS_STEP_IN_PROPERTY_NAME was removed, the client code can decide based on the stack_modified field if "step in" is required.

Chromium side was fixed in https://codereview.chromium.org/1249013002/

BUG=None
LOG=N

Review URL: https://codereview.chromium.org/1247363002

Cr-Commit-Position: refs/heads/master@{#29797}
src/liveedit-debugger.js
test/mjsunit/debug-liveedit-restart-frame.js