During the refactoring in r1461 and adding of script ids in r1468 the propagation...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Mar 2009 14:03:05 +0000 (14:03 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Mar 2009 14:03:05 +0000 (14:03 +0000)
commit79aae815ddc430bb405b12dea00ea07c194753e8
treec1289c9219cb0a9fde1288f579bea688d9dcdaac
parentc7f24589129f258e4b4aee3581144c5dea4a39b9
During the refactoring in r1461 and adding of script ids in r1468 the propagation of a boolean flag was missing. This caused the line numbers retreived through ScriptMirror objects to ignore the resource line offset information in the script.

Added an explicit false parameter where the parameter was previously left out.

Added a test case for this.

Review URL: http://codereview.chromium.org/43130

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1499 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug-delay.js
src/messages.js
src/mirror-delay.js
test/cctest/test-debug.cc