diff options
Diffstat (limited to 'components/script/dom/document.rs')
-rw-r--r-- | components/script/dom/document.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs index 9201b9a12e6..886e392dee7 100644 --- a/components/script/dom/document.rs +++ b/components/script/dom/document.rs @@ -2500,7 +2500,7 @@ impl Document { entry.hint.insert(RESTYLE_STYLE_ATTRIBUTE); } - if vtable_for(el.upcast()).attribute_is_mapped(attr) { + if vtable_for(el.upcast()).attribute_affects_presentational_hints(attr) { entry.hint.insert(RESTYLE_SELF); } |