RESOLVED DUPLICATE of bug 3244232513
Nightlies: auto generated global variables (from css ids) can shadow local variables
https://bugs.webkit.org/show_bug.cgi?id=32513
Summary Nightlies: auto generated global variables (from css ids) can shadow local va...
Martin Häcker
Reported 2009-12-14 06:36:29 PST
To reproduce launch the attached reduction, stop at the breakpoint and type 'foo' in the console. That will return the div dom element. (I don't like that behaviour, but well) Now step over the assignment and output 'foo' again. Instead of the local variable, the dom node is output again which is definitely a bug as the local variable should have precedence in the debugger js shell.
Attachments
reduction (200 bytes, text/html)
2009-12-15 12:42 PST, Martin Häcker
no flags
Alexey Proskuryakov
Comment 1 2009-12-14 14:35:11 PST
There is no attachment in this bug. Also, is this a duplicate if bug 32442?
Martin Häcker
Comment 2 2009-12-15 12:42:30 PST
Created attachment 44900 [details] reduction reduction
Sam Weinig
Comment 3 2009-12-26 17:35:30 PST
*** This bug has been marked as a duplicate of bug 32442 ***
Note You need to log in before you can comment on or make changes to this bug.