aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
diff options
context:
space:
mode:
authorUtsav Oza <utsavoza96@gmail.com>2020-05-13 00:51:02 +0530
committerUtsav Oza <utsavoza96@gmail.com>2020-05-18 19:07:57 +0530
commit55a3eb6bf42c013a034168448ed915adae9009b7 (patch)
treee5b87f2e87e9c561a285bedace22f41495c2712a /components/script/dom/windowproxy.rs
parentab672577e888c44b4875c9990abfb99ae08fd646 (diff)
downloadservo-55a3eb6bf42c013a034168448ed915adae9009b7.tar.gz
servo-55a3eb6bf42c013a034168448ed915adae9009b7.zip
Run mach test-tidy
Diffstat (limited to 'components/script/dom/windowproxy.rs')
-rw-r--r--components/script/dom/windowproxy.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/windowproxy.rs b/components/script/dom/windowproxy.rs
index 23e4641c4f9..ba2797f6183 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<ServoUrl> {
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<ServoUrl> {
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<ImmutableOrigin> {
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.