[Webkit-unassigned] [Bug 13456] REGRESSION: setTimeout "arguments" object gets shadowed by a local variable (Can't get past splash screen for KLM airlines)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 07:17:34 PDT 2007


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


kimmok at iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14721|                            |review?
               Flag|                            |




------- Comment #6 from kimmok at iki.fi  2007-05-25 07:17 PDT -------
Created an attachment (id=14721)
 --> (http://bugs.webkit.org/attachment.cgi?id=14721&action=view)
Fix by explicitly checking for arguments in VarDeclNode::evaluate

The solution is not so nice because it uses explicit check. the error might
show up somewhere else and of course if new similar properties are added to
function call scope, same kind of bug will occur. Also the patch has has longer
comment part than the actual code part.
At least it gives a hint on why the bug exists..


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