| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
 | 
| index 8574c6fcade57f7893c4a8d09b6f22ae9a85248a..ef5a94faa76f2664b79b92fb27c25bd10a306b1d 100644
 | 
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
 | 
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
 | 
| @@ -1725,7 +1725,6 @@ CSSValue* ComputedStyleCSSValueMapping::get(CSSPropertyID propertyID, const Comp
 | 
|              return cssValuePool().createIdentifierValue(CSSValueAuto);
 | 
|          return cssValuePool().createValue(style.columnCount(), CSSPrimitiveValue::UnitType::Number);
 | 
|      case CSSPropertyColumnFill:
 | 
| -        ASSERT(RuntimeEnabledFeatures::columnFillEnabled());
 | 
|          return cssValuePool().createValue(style.getColumnFill());
 | 
|      case CSSPropertyColumnGap:
 | 
|          if (style.hasNormalColumnGap())
 | 
| 
 |