Bug 149393

Summary: Pass JSC::ExecState to the custom bindings by reference
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, kling, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Description Chris Dumez 2015-09-20 18:14:51 PDT
Pass JSC::ExecState to the custom bindings by reference instead of by pointer as it is expected to be non-null.
Comment 1 Chris Dumez 2015-09-20 18:19:30 PDT
Created attachment 261619 [details]
Patch
Comment 2 Chris Dumez 2015-09-20 18:27:45 PDT
Created attachment 261620 [details]
Patch
Comment 3 Chris Dumez 2015-09-20 18:31:38 PDT
Created attachment 261621 [details]
Patch
Comment 4 Chris Dumez 2015-09-20 18:48:21 PDT
Created attachment 261622 [details]
Patch
Comment 5 Chris Dumez 2015-09-20 19:01:19 PDT
Created attachment 261623 [details]
Patch
Comment 6 Sam Weinig 2015-09-20 19:40:58 PDT
Comment on attachment 261623 [details]
Patch

rs=me
Comment 7 Chris Dumez 2015-09-20 19:42:47 PDT
Comment on attachment 261623 [details]
Patch

Clearing flags on attachment: 261623

Committed r190036: <http://trac.webkit.org/changeset/190036>
Comment 8 Chris Dumez 2015-09-20 19:42:54 PDT
All reviewed patches have been landed.  Closing bug.