Fix Unhandled ReferenceError in debug-debugger.js
authorYury Semikhatsky <yurys@chromium.org>
Wed, 19 Nov 2014 10:25:21 +0000 (13:25 +0300)
committerYury Semikhatsky <yurys@chromium.org>
Wed, 19 Nov 2014 10:25:41 +0000 (10:25 +0000)
commit2ad2237507c5b5f9047b8d94d2f4997327eae852
tree86ca7c1995cae28b0cdb6051848b681877d5e890
parentb3176392b9bec0016738e1236f371b9b3dce603f
Fix Unhandled ReferenceError in debug-debugger.js

This fixes following exception in Sky on attempt to set a breakpoint
"Unhandled: Uncaught ReferenceError: break_point is not defined"
I think this happens in Sky but not in Chrome because Sky scripts are executed in strict mode.

BUG=None
LOG=N
R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25415}
src/debug-debugger.js