Fix cluster-fuzz found regression in d8 Workers.
authorbinji <binji@chromium.org>
Mon, 29 Jun 2015 15:48:24 +0000 (08:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Jun 2015 15:48:39 +0000 (15:48 +0000)
commit93c43523eac8204ae84839a0470b3ee3fe52b3e2
treedb40b794dcdfe580b3a1d8d6d2a298530fca4c45
parentb2348f42c010f727164e45b3044cc2555841afdd
Fix cluster-fuzz found regression in d8 Workers.

Dumb typo introduced in refs/heads/master@{#29306}. I thought I was turning on
report_exceptions in Shell::ExecuteString, but instead I turned on print_result
(which assumes an interactive debugger and a HandleScope for the
utility_context_).

BUG=chromium:504727,chromium:504728
R=mstarzinger@chromium.org
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#29350}
src/d8.cc
test/mjsunit/regress/regress-crbug-504727.js [new file with mode: 0644]