| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 874bfaa9fd2724a41b81bf2201d196eed4e61a64..ef3ca189f715462ad6b13ab0c4e3682dc22ccc78 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1272,6 +1272,8 @@ static PassRefPtrWillBeRawPtr<CSSValue> valueForTextDecorationStyle(TextDecorati
|
| return cssValuePool().createIdentifierValue(CSSValueDashed);
|
| case TextDecorationStyleWavy:
|
| return cssValuePool().createIdentifierValue(CSSValueWavy);
|
| + case TextDecorationStyleNone:
|
| + break;
|
| }
|
|
|
| ASSERT_NOT_REACHED();
|
|
|