RESOLVED FIXED 92413
Support constructor-type static readonly attribute for CodeGenerator
https://bugs.webkit.org/show_bug.cgi?id=92413
Summary Support constructor-type static readonly attribute for CodeGenerator
Chang Shu
Reported 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.
Attachments
fix patch (10.18 KB, patch)
2012-07-26 12:49 PDT, Chang Shu
no flags
Chang Shu
Comment 1 2012-07-26 12:49:03 PDT
Created attachment 154723 [details] fix patch
Chang Shu
Comment 2 2012-07-26 13:56:44 PDT
Thanks for the review, Adam.
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2012-07-26 15:16:24 PDT
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.