[Bug 20225] don't allow overridden operations and attribute getters/setters to be invoked on descendant objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20225

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
This "B defines its own method/getter/setter with the same name" test is not a
reasonable one, in my opinion.  It's not really implementable in a particularly
performant way when the methods have the same signature, because runtime
introspection gets involved....

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 4 December 2012 01:16:40 UTC