| Index: Source/core/css/resolver/StyleBuilderCustom.h
|
| diff --git a/Source/core/css/resolver/StyleBuilderCustom.h b/Source/core/css/resolver/StyleBuilderCustom.h
|
| index 3887623dd7b7bf9ce13fa958004f8c8885b59b20..c9e7979bc34e92f3dc0c85cee9a199822cb00685 100644
|
| --- a/Source/core/css/resolver/StyleBuilderCustom.h
|
| +++ b/Source/core/css/resolver/StyleBuilderCustom.h
|
| @@ -73,8 +73,6 @@ T StyleBuilderConverter::convertLineWidth(StyleResolverState& state, CSSValue* v
|
| return 3;
|
| if (valueID == CSSValueThick)
|
| return 5;
|
| - if (primitiveValue->isViewportPercentageLength())
|
| - return intValueForLength(primitiveValue->viewportPercentageLength(), 0, state.document().renderView());
|
| if (valueID == CSSValueInvalid) {
|
| // Any original result that was >= 1 should not be allowed to fall below 1.
|
| // This keeps border lines from vanishing.
|
|
|