[Webkit-unassigned] [Bug 122359] New: Internals.idl use of [] seems wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 16:34:53 PDT 2013


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

           Summary: Internals.idl use of [] seems wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Minor
          Priority: P4
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: zandobersek at gmail.com, haraken at chromium.org,
                    dchris at gmail.com


DOMString[] getReferencedFilePaths();
...
    [RaisesException] DOMString[] formControlStateOfPreviousHistoryItem();
...
    DOMString[] shortcutIconURLs(Document document);
    DOMString[] allIconURLs(Document document);

These don't look like they are returning a reference. Shouldn't they all return sequences instead?

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