Bug 127321

Summary: Removing CodeBlock::opDebugBytecodeOffsetForLineAndColumn() and friends.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mhahnenberg, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122836    
Attachments:
Description Flags
the patch. ggaren: review+

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.