[Webkit-unassigned] [Bug 121698] New: [GObject] StrictTypeChecking extended attribute fails for methods with sequence<T>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 11:09:03 PDT 2013


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

           Summary: [GObject] StrictTypeChecking extended attribute fails
                    for methods with sequence<T>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org
                CC: ap at webkit.org, mrobinson at webkit.org, dchris at gmail.com,
                    berto at igalia.com
        Depends on: 121305


+++ This bug was initially created as a clone of Bug #121305 +++

It verify it, comment out the guards below in TestObj.idl, and run run-binding-tests.


228 #if defined(TESTING_JS)   <------
229     [StrictTypeChecking, RaisesException] bool strictFunctionWithSequence(TestObj objArg, sequence<unsigned long> a);
230     [StrictTypeChecking, RaisesException] bool strictFunctionWithArray(TestObj objArg, long[] array);
231 #endif                    <------

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