[Webkit-unassigned] [Bug 20728] New: for each (... in ...) statement not recognised

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 09:05:09 PDT 2008


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

           Summary: for each (... in ...) statement not recognised
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://graphs.mozilla.org/
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


The web application at http://graphs.mozilla.org/ does not work in WebKit. The
following are logged to the javascript console:

SyntaxError: Parse error GraphCanvas.js (line 366)
=>  for each (var dsvals in this.dataSetMinMaxes) {
SyntaxError: Parse error graphCore.js (line 162)
=>  for each (var g in [BigPerfGraph, SmallPerfGraph]) {
SyntaxError: Parse error graph.js (line 712)
=>  for each (var s in hasharray) {


-- 
Configure bugmail: https://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