[V8] Removed SourceLocationRestrict
authorkozyatinskiy <kozyatinskiy@chromium.org>
Mon, 23 Mar 2015 16:33:02 +0000 (09:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Mar 2015 16:33:19 +0000 (16:33 +0000)
commitb563ceac0f95551a128a1403cdbacc7aefcdabaf
tree5f7215349de4864b2548fb3ad983d8c17f24e623
parent0a835afb29eedfc266ecb230cf27b8211b1d0b06
[V8] Removed SourceLocationRestrict

This method uses in messages.js in GetSourceLine and GetPositionInLine. This methods uses in v8::Message API methods and there is no documentation about it.
Method looks obsolete.
One of the strange side effect is shown by attached issue.

BUG=chromium:468781
R=yangguo@chromium.org
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#27374}
src/messages.js
test/mjsunit/debug-sourceinfo.js