[Webkit-unassigned] [Bug 14090] Redeclaring function throws syntax error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 9 16:39:22 PDT 2008


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


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cwzwarich at uwaterloo.ca




------- Comment #2 from cwzwarich at uwaterloo.ca  2008-06-09 16:39 PDT -------
This is invalid syntax, according to the grammar in the ECMA spec. The body of
a for loop is a Statement, and a FunctionDeclaration is not a Statement. Unless
this is actually a compatibility issue, we should probably close this bug.


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