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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 18:13:15 PST 2010


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

           Summary: Missing commas in IDL extended attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
            Blocks: 32854


Some IDL files lack "," delimiters for multiple extended attributes.
For example,
WebCore/css/WebKitCSSTransformValue.idl

    interface [
            HasIndexGetter
            InterfaceUUID=303fe632-5dcf-4472-b977-33a5481e1d12,
            ImplementationUUID=eb49e5c6-6075-45b8-b5c4-7e775c01e7c4
    ] WebKitCSSTransformValue : CSSValueList {

There is no "," which should follow HasIndexGetter. In this case, both of
HasIndexGetter and InterfaceUUID are not processed because they are recognized
as a single attribute with spaces like "HasIndexGetter  InterfaceUUID".

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