mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename VirtualMethods::attribute_is_mapped
This name doesn't convey what the method is about, it's now attribute_affects_presentational_hints.
This commit is contained in:
parent
85167c8b7d
commit
558f5772a6
4 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue