[Webkit-unassigned] [Bug 77295] V8 idl code generator doesn't handle [CachedAttribute] on SerializedScriptValue attributes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 15:52:04 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77295


Kentaro Hara <haraken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #124462|review?                     |review-
               Flag|                            |




--- Comment #5 from Kentaro Hara <haraken at chromium.org>  2012-01-29 15:52:04 PST ---
(From update of attachment 124462)
View in context: https://bugs.webkit.org/attachment.cgi?id=124462&action=review

> Source/WebCore/Modules/intents/Intent.idl:34
> +        readonly attribute [InitializedByConstructor] SerializedScriptValue data;

You do not need to add [InitializedByConstructor] here. Sorry, [InitializedByConstructor] is mis-renamed and it should be [InitializedByEventConstructor]. It is used by Event constructors only (i.e. [ConstructorTemplate=Event]). I'll rename it later.

Would you write a patch, ignoring [InitializedByConstructor] cases? Then, the patch would become much simpler.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list