mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
style: Make cssPropertySupportsType take an enum.
Differential Revision: https://phabricator.services.mozilla.com/D22427
This commit is contained in:
parent
d3f254d2e4
commit
4b07af2240
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use std::sync::Arc as StdArc;
|
|||
|
||||
/// Type of value that a property supports. This is used by Gecko's
|
||||
/// devtools to make sense about value it parses, and types listed
|
||||
/// here should match TYPE_* constants in InspectorUtils.webidl.
|
||||
/// here should match InspectorPropertyType in InspectorUtils.webidl.
|
||||
///
|
||||
/// XXX This should really be a bitflags rather than a namespace mod,
|
||||
/// but currently we cannot use bitflags in const.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue