Bug 139202 - Change CallFrame::globalThisValue() to not use CallFrame::scope()
Summary: Change CallFrame::globalThisValue() to not use CallFrame::scope()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 136724
  Show dependency treegraph
 
Reported: 2014-12-02 14:59 PST by Michael Saboff
Modified: 2014-12-02 16:48 PST (History)
0 users

See Also:


Attachments
Patch (2.13 KB, patch)
2014-12-02 15:03 PST, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-12-02 14:59:23 PST
Part of eliminating ScopeChain from CallFrame.
Comment 1 Michael Saboff 2014-12-02 15:03:23 PST
Created attachment 242453 [details]
Patch
Comment 2 Mark Lam 2014-12-02 16:17:33 PST
Comment on attachment 242453 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-12-02 16:48:50 PST
Committed r176700: <http://trac.webkit.org/changeset/176700>