Bug 122606 - Kill WebCore::BindingState.
Summary: Kill WebCore::BindingState.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-10 10:22 PDT by Andreas Kling
Modified: 2013-10-10 18:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (20.13 KB, patch)
2013-10-10 10:29 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-10-10 10:22:38 PDT
We should just use JSC::ExecState directly in the few places we were using WebCore::BindingState.
Comment 1 Andreas Kling 2013-10-10 10:29:27 PDT
Created attachment 213899 [details]
Patch
Comment 2 Darin Adler 2013-10-10 10:45:23 PDT
Comment on attachment 213899 [details]
Patch

Why use pointers for ExecState instead of references?
Comment 3 WebKit Commit Bot 2013-10-10 18:46:21 PDT
Comment on attachment 213899 [details]
Patch

Clearing flags on attachment: 213899

Committed r157285: <http://trac.webkit.org/changeset/157285>
Comment 4 WebKit Commit Bot 2013-10-10 18:46:23 PDT
All reviewed patches have been landed.  Closing bug.