aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmldivelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmldivelement.rs')
-rw-r--r--components/script/dom/htmldivelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmldivelement.rs b/components/script/dom/htmldivelement.rs
index 22ebca4b893..6d682317e65 100644
--- a/components/script/dom/htmldivelement.rs
+++ b/components/script/dom/htmldivelement.rs
@@ -34,7 +34,7 @@ impl HTMLDivElement {
impl HTMLDivElementMethods for HTMLDivElement {
// https://html.spec.whatwg.org/multipage/#dom-div-align
- make_getter!(Align);
+ make_getter!(Align, "align");
// https://html.spec.whatwg.org/multipage/#dom-div-align
make_setter!(SetAlign, "align");