From 55a3eb6bf42c013a034168448ed915adae9009b7 Mon Sep 17 00:00:00 2001 From: Utsav Oza Date: Wed, 13 May 2020 00:51:02 +0530 Subject: [PATCH] Run mach test-tidy --- components/script/dom/windowproxy.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/script/dom/windowproxy.rs b/components/script/dom/windowproxy.rs index 23e4641c4f94..ba2797f61832 100644 --- a/components/script/dom/windowproxy.rs +++ b/components/script/dom/windowproxy.rs @@ -385,7 +385,7 @@ impl WindowProxy { self.is_closing.get() } - /// https://html.spec.whatwg.org/multipage/browsers.html#creator-base-url + /// https://html.spec.whatwg.org/multipage/#creator-base-url pub fn creator_base_url(&self) -> Option { self.creator_base_url.clone() } @@ -394,7 +394,7 @@ impl WindowProxy { self.creator_base_url.is_some() } - /// https://html.spec.whatwg.org/multipage/browsers.html#creator-url + /// https://html.spec.whatwg.org/multipage/#creator-url pub fn creator_url(&self) -> Option { self.creator_url.clone() } @@ -403,7 +403,7 @@ impl WindowProxy { self.creator_base_url.is_some() } - /// https://html.spec.whatwg.org/multipage/browsers.html#creator-origin + /// https://html.spec.whatwg.org/multipage/#creator-origin pub fn creator_origin(&self) -> Option { self.creator_origin.clone() } @@ -713,7 +713,7 @@ impl WindowProxy { /// active document of that creator browsing context at the time A was created is the creator /// Document. /// -/// See: https://html.spec.whatwg.org/multipage/browsers.html#creating-browsing-contexts +/// See: https://html.spec.whatwg.org/multipage/#creating-browsing-contexts #[derive(Debug, Deserialize, Serialize)] pub struct CreatorBrowsingContextInfo { /// Creator document URL.