[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

--- Comment #2 from Cameron McCormack <cam@mcc.id.au> ---
Oh, I don't think it's the intention to look at properties at run time -- just
what IDL operations/attributes are declared on interfaces.  So
HTMLCollection.prototype.namedItem would always first just check if `this` is
an HTMLPropertiesCollection, and throw if so.  Whether there is a property
called namedItem somewhere else on the prototype chain at run time shouldn't
matter.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 4 December 2012 01:21:12 UTC