Bug 78089

Summary: Remove [CustomHeader] from CanvasPixelArray and rename [CustomHeader] to [JSCustomHeader]
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, japhet, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77393    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2012-02-08 01:39:13 PST
We can remove [CustomHeader] from CanvasPixelArray.idl, since CanvasPixelArrayCustom.h does not exist. (The reason why missing CanvasPixelArrayCustom.h has not caused build failure is that [CustomHeader] has been JSC-specific and JSC has not enabled CanvasPixelArray.) Also, we can rename [CustomHeader] to [JSCustomHeader], since whether a given class should have custom header or not will depend on JavaScript bindings.
Attachments
Patch (3.64 KB, patch)
2012-02-08 01:41 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-08 01:41:59 PST
WebKit Review Bot
Comment 2 2012-02-08 15:15:01 PST
Comment on attachment 126027 [details] Patch Clearing flags on attachment: 126027 Committed r107137: <http://trac.webkit.org/changeset/107137>
WebKit Review Bot
Comment 3 2012-02-08 15:15:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.