[Bug 11838] In Gecko, Opera, and IE, the "name" property on Window is replaceable

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11838

--- Comment #9 from Kyle Simpson <w3c@getify.myspamkiller.com> 2011-02-19 01:39:35 UTC ---
Sounds like it could also cause other patterns for accidental overwrite, such
as:

    var obj = {};
    with(obj) {
       name = "blah";
    }

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 19 February 2011 01:39:37 UTC