[Webkit-unassigned] [Bug 49454] New: ASSERTION when converting some WKStringRefs returned from willSubmitForm to CFStringRef CF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 10:35:15 PST 2010


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

           Summary: ASSERTION when converting some WKStringRefs returned
                    from willSubmitForm to CFStringRef CF
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


You'll hit this assertion in WKStringCopyCFString:

    ASSERT(!toImpl(stringRef)->string().isNull());

on submitting a form at http://webkit.org/new-bug if you convert the values in the WKDictionaryRef passed in the willSubmitForm callback to CFStringRefs using WKStringCopyCFString due to some of the strings being null WTF::Strings.

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