Bug 122606

Summary: Kill WebCore::BindingState.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore JavaScriptAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.