Descriptionbindings: [Replaceable] must not be specified with [PutForwards].
Simply removes [Replaceable] extended attribute at Window.location.
https://heycam.github.io/webidl/#Replaceable says
"An attribute with the [Replaceable] extended attribute must not
also be declared with the [PutForwards] extended attribute."
https://html.spec.whatwg.org/multipage/browsers.html#window says
[PutForwards=href, Unforgeable] readonly attribute Location location;
Thus, this CL removes [Replaceable] extended attribute.
There is no change in generated code.
Note that Document.idl has correctly been specifying
[PutForwards=href, Unforgeable] readonly attribute Location location;
With this CL, Window.idl specifies the same.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190645
Patch Set 1 #Patch Set 2 : Addressed review comments. #
Messages
Total messages: 14 (4 generated)
|