diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-13 16:25:13 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-14 11:30:59 +0200 |
commit | 25c303ee627774ee8cb0b0acfe06f6802daf17c2 (patch) | |
tree | cfb79117fce4b672e91ae42a222ddc1d8d0b1a40 /components/script/task_source | |
parent | a89a76e1fc138bd1a60ee974abfc47a4b0f69c09 (diff) | |
download | servo-25c303ee627774ee8cb0b0acfe06f6802daf17c2.tar.gz servo-25c303ee627774ee8cb0b0acfe06f6802daf17c2.zip |
style: Be clearer about whether a declaration comes from parsing or not.
This introduces DeclarationSource, to see if a declaration has been parsed or
set from CSSOM in a declaration block.
The Servo_DeclarationBlock_SetFoo and similar callers are changed to
DeclarationSource::CssOm because their semantics are more CSSOM-y, but it
shouldn't matter since they should all be checked before hand with
Servo_DeclarationBlock_PropertyIsSet.
Diffstat (limited to 'components/script/task_source')
0 files changed, 0 insertions, 0 deletions