| Index: Source/core/css/FontFace.cpp
|
| diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp
|
| index f54d23258f1ca351183c55b6dd1f1e433786c481..fc860c2decd1bfc934868af993b6b3e6c64aac6e 100644
|
| --- a/Source/core/css/FontFace.cpp
|
| +++ b/Source/core/css/FontFace.cpp
|
| @@ -437,10 +437,12 @@ unsigned FontFace::traitsMask() const
|
| case CSSValue200:
|
| traitsMask |= FontWeight200Mask;
|
| break;
|
| + case CSSValueLighter:
|
| case CSSValue100:
|
| traitsMask |= FontWeight100Mask;
|
| break;
|
| default:
|
| + ASSERT_NOT_REACHED();
|
| break;
|
| }
|
| } else {
|
|
|