[Webkit-unassigned] [Bug 13301] New: ASSERT or null value when trying to use a getter defined on a window object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 7 05:32:55 PDT 2007


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

           Summary: ASSERT or null value when trying to use a getter defined
                    on a window object
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


The attached test case defines a getter on the window object (not its
prototype) then tries to invoke it and hits the assertion in
GetterSetterImp::toString. In a release build, the return value is "null"
instead of the expected value "bar" (Firefox display "barbaz" in the alert).


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