mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 828805 - Followup warning removal.
This commit is contained in:
parent
e81a43d6c4
commit
003a568b4d
@ -7352,6 +7352,9 @@ nsRuleNode::ComputeSVGData(void* aStartStruct,
|
||||
// paint-order: enum (bit field), inherit, initial
|
||||
const nsCSSValue* paintOrderValue = aRuleData->ValueForPaintOrder();
|
||||
switch (paintOrderValue->GetUnit()) {
|
||||
case eCSSUnit_Null:
|
||||
break;
|
||||
|
||||
case eCSSUnit_Enumerated:
|
||||
MOZ_STATIC_ASSERT
|
||||
(NS_STYLE_PAINT_ORDER_BITWIDTH * NS_STYLE_PAINT_ORDER_LAST_VALUE <= 8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user