[Bug 20567] Change [[Prototype]] for concept-node-adopt?

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 the QA Contact for the bug.

Received on Friday, 25 January 2013 05:53:59 UTC