Make Location an immutable prototype exotic object |
||||
Issue descriptionThis is required by HTML in https://html.spec.whatwg.org/#location-setprototypeof . It can be implemented with V8's immutable prototype support. Note that the spec text is motivated by security, but we don't seem to have this security issue since we already do access checks when setting the prototype.
,
Mar 15 2017
,
Mar 15 2017
,
May 25 2017
,
May 25 2017
https://codereview.chromium.org/2452073002 Fixed the same issue on Window. You should be able to use [ImmutablePrototype] extended attribute in Location.idl, like it's used in Window.idl. |
||||
►
Sign in to add a comment |
||||
Comment 1 by domenic@chromium.org
, Mar 15 2017