Bug 92413

Summary: Support constructor-type static readonly attribute for CodeGenerator
Product: WebKit Reporter: Chang Shu <cshu>
Component: WebCore Misc.Assignee: Chang Shu <cshu>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, haraken, japhet, jochen, jonlee, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88920, 91924, 91925, 96821    
Bug Blocks:    
Attachments:
Description Flags
fix patch none

Description Chang Shu 2012-07-26 12:39:23 PDT
When the static readonly attribute feature was added to CodeGenerator in commit 122912, it did not support "constructor" type attributes. The static constructor type attribute is useful when we define a js object type within an object type.
Comment 1 Chang Shu 2012-07-26 12:49:03 PDT
Created attachment 154723 [details]
fix patch
Comment 2 Chang Shu 2012-07-26 13:56:44 PDT
Thanks for the review, Adam.
Comment 3 WebKit Review Bot 2012-07-26 15:16:19 PDT
Comment on attachment 154723 [details]
fix patch

Clearing flags on attachment: 154723

Committed r123800: <http://trac.webkit.org/changeset/123800>
Comment 4 WebKit Review Bot 2012-07-26 15:16:24 PDT
All reviewed patches have been landed.  Closing bug.