[Webkit-unassigned] [Bug 31463] New: Error parsing a for ( var x in ) block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 00:53:58 PST 2009


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

           Summary: Error parsing a for ( var x in ) block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marius.ciotlos at yahoo.com


for (var displayStatus in this.Class.CalendarDisplayStatus)
        {
            displayStatus = this.Class.CalendarDisplayStatus[displayStatus];
            calendarsObj = new Object();
            calendarsObj.calendars = new Object();
            calendarsObj.numberOfCalendars = 0;
            this.pendingCalendars[displayStatus] = calendarsObj;
        }


this block generates TypeError: Result of expression
'this.Class.CalendarDisplayStatus' [undefined] is not an object.

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