Skip to content

Commit 24fcc03

Browse files
committed
window.navigation needs to be [Replaceable]
See https://bugs.webkit.org/show_bug.cgi?id=297721 for context.
1 parent 4ce63af commit 24fcc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95084,7 +95084,7 @@ interface <dfn interface>Window</dfn> : <span>EventTarget</span> {
9508495084
attribute DOMString <span data-x="dom-name">name</span>; <!-- not [Replaceable] per WebKit and IE8 -->
9508595085
[PutForwards=<span data-x="dom-location-href">href</span>, <span>LegacyUnforgeable</span>] readonly attribute <span>Location</span> <span data-x="dom-location">location</span>;
9508695086
readonly attribute <span>History</span> <span data-x="dom-history">history</span>;
95087-
readonly attribute <span>Navigation</span> <span data-x="dom-navigation">navigation</span>;
95087+
[Replaceable] readonly attribute <span>Navigation</span> <span data-x="dom-navigation">navigation</span>;
9508895088
readonly attribute <span>CustomElementRegistry</span> <span data-x="dom-window-customElements">customElements</span>;
9508995089
[Replaceable] readonly attribute <span>BarProp</span> <span data-x="dom-window-locationbar">locationbar</span>;
9509095090
[Replaceable] readonly attribute <span>BarProp</span> <span data-x="dom-window-menubar">menubar</span>;

0 commit comments

Comments
 (0)