Chromium Code Reviews| Index: Source/core/css/ComputedStyleCSSValueMapping.cpp |
| diff --git a/Source/core/css/ComputedStyleCSSValueMapping.cpp b/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| index 4c8e0e406815643bab17c6902817f83b2cf36407..895fae6df02415c69d590bbced547a335051b9cb 100644 |
| --- a/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| +++ b/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| @@ -2688,6 +2688,9 @@ PassRefPtrWillBeRawPtr<CSSValue> ComputedStyleCSSValueMapping::get(CSSPropertyID |
| list->append(cssValuePool().createValue(style.scale()->z(), CSSPrimitiveValue::CSS_NUMBER)); |
| return list.release(); |
| } |
| + case CSSPropertyVariable: |
|
alancutter (OOO until 2018)
2015/07/14 06:12:57
Can't say I'm comfortable with this naming, I have
|
| + ASSERT_NOT_REACHED(); |
| + return nullptr; |
| case CSSPropertyAll: |
| return nullptr; |
| default: |