diff options
Diffstat (limited to 'components/script/dom/webidls/Location.webidl')
-rw-r--r-- | components/script/dom/webidls/Location.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/Location.webidl b/components/script/dom/webidls/Location.webidl index b56cc220932..6c5833cfdcf 100644 --- a/components/script/dom/webidls/Location.webidl +++ b/components/script/dom/webidls/Location.webidl @@ -3,7 +3,7 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#location -[Exposed=Window, Unforgeable] interface Location { +[Exposed=Window, LegacyUnforgeable] interface Location { [Throws, CrossOriginWritable] stringifier attribute USVString href; [Throws] readonly attribute USVString origin; |