[Webkit-unassigned] [Bug 31062] New: [v8] Fix some exception propagation issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 08:23:39 PST 2009


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

           Summary: [v8] Fix some exception propagation issues
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: christian.plesner.hansen at gmail.com


Fixed problem where we would attempt to re-throw a caught
exception while the TryCatch that caught the exception was still
in effect.  Changed to use the TryCatch::ReThrow.

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