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

Description Kentaro Hara 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.
Comment 1 Kentaro Hara 2012-02-08 01:41:59 PST
Created attachment 126027 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-02-08 15:15:06 PST
All reviewed patches have been landed.  Closing bug.