- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 Jan 2013 05:53:57 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20567 Geoffrey Garen <ggaren@apple.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ggaren@apple.com --- Comment #11 from Geoffrey Garen <ggaren@apple.com> --- I don't buy the instanceof argument. (a) Passing any object between windows breaks instanceof. I'm not convinced of the value of working around that in one special case. (b) Once you change from Window A's prototype to Window B's, instanceof in Window B will work but instanceof in Window A will now be broken. (c) node.onclick instanceof Function, and instanceof any custom properties, will still fail. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Friday, 25 January 2013 05:54:01 UTC