aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlappletelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlappletelement.rs')
-rw-r--r--components/script/dom/htmlappletelement.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmlappletelement.rs b/components/script/dom/htmlappletelement.rs
index e865300fcc6..24c72ef615e 100644
--- a/components/script/dom/htmlappletelement.rs
+++ b/components/script/dom/htmlappletelement.rs
@@ -50,10 +50,10 @@ impl HTMLAppletElement {
}
impl HTMLAppletElementMethods for HTMLAppletElement {
- // https://html.spec.whatwg.org/#the-applet-element:dom-applet-name
+ // https://html.spec.whatwg.org/multipage/#the-applet-element:dom-applet-name
make_getter!(Name);
- // https://html.spec.whatwg.org/#the-applet-element:dom-applet-name
+ // https://html.spec.whatwg.org/multipage/#the-applet-element:dom-applet-name
make_atomic_setter!(SetName, "name");
}