[Webkit-unassigned] [Bug 33190] Missing commas in IDL extended attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 18:07:14 PST 2010


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





--- Comment #4 from TAMURA, Kent <tkent at chromium.org>  2010-01-05 18:07:14 PST ---
(In reply to comment #2)
> (From update of attachment 45946 [details])
> Thanks for finding this. I would like to see test cases to demonstrate the bad
> thing that was happening due to HasIndexGetter and OmitConstructor being
> ignored in these two classes.

This issue is not causing any real problems at this moment.

WebKitCSSTransformValue is missing HasIndexGetter and generated code for it had
no code for index getter. Fortunately the parent interface of
WebKitCSSTransformValue has HasIndexGetter code. So WebKitCSSTransformValue
objects supprot index getter.

OmitConstructor is used only by CodeGeneratorJS. But JS binding excludes
EventTarget.idl. (See JS_DOM_HEADERS in WebCore/DerivedSources.make)

-- 
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