RESOLVED FIXED 127321
Removing CodeBlock::opDebugBytecodeOffsetForLineAndColumn() and friends.
https://bugs.webkit.org/show_bug.cgi?id=127321
Summary Removing CodeBlock::opDebugBytecodeOffsetForLineAndColumn() and friends.
Mark Lam
Reported 2014-01-20 16:27:47 PST
We're changing plans and will be going with CodeBlock level breakpoints instead of bytecode level breakpoints. As a result, we no longer need the services of CodeBlock::opDebugBytecodeOffsetForLineAndColumn() (and friends). This patch will remove that unused code.
Attachments
the patch. (18.10 KB, patch)
2014-01-20 16:31 PST, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2014-01-20 16:31:12 PST
Created attachment 221704 [details] the patch.
Geoffrey Garen
Comment 2 2014-01-20 16:33:57 PST
Comment on attachment 221704 [details] the patch. r=me
Mark Lam
Comment 3 2014-01-20 16:41:20 PST
Thanks for the review. Landed in r162389: <http://trac.webkit.org/r162389>.
Note You need to log in before you can comment on or make changes to this bug.