[Webkit-unassigned] [Bug 14891] New: Decompilation of try block immediately following "else" fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 14:48:26 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14891

           Summary: Decompilation of try block immediately following "else"
                    fails
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
OtherBugsDependingO 13638
             nThis:


Decompilation of function(){if (y) {} else try {} finally {}} incorrectly
deompiles to
if (y) 
  {
  }
elsetry
  {
  }
  finally 
  {
  }

Notice the absence of whitespace between else and try.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list