Bug 89490 - CodeBlock::needsCallReturnIndices() is no longer needed.
Summary: CodeBlock::needsCallReturnIndices() is no longer needed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 11:38 PDT by Mark Lam
Modified: 2012-06-19 14:06 PDT (History)
1 user (show)

See Also:


Attachments
Fix (4.59 KB, patch)
2012-06-19 11:48 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-06-19 11:38:04 PDT
CodeBlock::needsCallReturnIndices() now always returns true.  We should remove it and clean up the code.
Comment 1 Mark Lam 2012-06-19 11:48:51 PDT
Created attachment 148383 [details]
Fix
Comment 2 Geoffrey Garen 2012-06-19 12:17:05 PDT
Comment on attachment 148383 [details]
Fix

r=me
Comment 3 WebKit Review Bot 2012-06-19 14:06:23 PDT
Comment on attachment 148383 [details]
Fix

Clearing flags on attachment: 148383

Committed r120751: <http://trac.webkit.org/changeset/120751>
Comment 4 WebKit Review Bot 2012-06-19 14:06:28 PDT
All reviewed patches have been landed.  Closing bug.