Chromium Code Reviews
Description[binding] Check own property on named property accessor
Current named property accessor overrides object's own property.
But unless [OverrideBuiltins] is specified to IDL,
object's own property should not be overridden by named property.
This patch fixes the problem.
Spec:
http://www.w3.org/TR/WebIDL/#OverrideBuiltins
FireFox and Opera do not override object's own property.
R=haraken@chromium.org
BUG=229740
TEST=collection-item-should-be-overridden-by-own-property.html,
TestEventTarget.idl, TestInterface.idl, TestObject.idl
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151649
Patch Set 1 #
Total comments: 3
Patch Set 2 : update tests #
Total comments: 2
Patch Set 3 : udpated tests #Messages
Total messages: 12 (0 generated)
|