Bug 41119

Summary: Code generator now generates jsString instead of toJS for callbacks
Product: WebKit Reporter: Sterling Swigart <sswigart>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dumi, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39905    
Attachments:
Description Flags
toJS -> jsString
none
Fixes callback parameter generation none

Description Sterling Swigart 2010-06-23 18:04:34 PDT
Created attachment 59591 [details]
toJS -> jsString

Callback code generation before generated toJS for String parameters, which cannot convert a String to DOMString. The generated file would not build.
Comment 1 Dumitru Daniliuc 2010-06-23 18:12:05 PDT
Comment on attachment 59591 [details]
toJS -> jsString

LGTM, thanks for noticing the bug and fixing it! Will cq+ once all bots go green.
Comment 2 Sterling Swigart 2010-06-24 10:35:28 PDT
Created attachment 59672 [details]
Fixes callback parameter generation
Comment 3 WebKit Commit Bot 2010-06-25 20:40:19 PDT
Comment on attachment 59672 [details]
Fixes callback parameter generation

Clearing flags on attachment: 59672

Committed r61937: <http://trac.webkit.org/changeset/61937>
Comment 4 WebKit Commit Bot 2010-06-25 20:40:23 PDT
All reviewed patches have been landed.  Closing bug.