| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index ba892c35ba2061fafc7fb372aea79516e7303d0d..47cca98903d6e7e325c73da116242c9bfe14225e 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -129,8 +129,8 @@ void StyleBuilder::ApplyProperty(CSSPropertyID id,
|
| return;
|
| }
|
|
|
| - DCHECK(!isShorthandProperty(id)) << "Shorthand property id = " << id
|
| - << " wasn't expanded at parsing time";
|
| + DCHECK(!isShorthandProperty(id))
|
| + << "Shorthand property id = " << id << " wasn't expanded at parsing time";
|
|
|
| bool is_inherit = state.ParentNode() && value.IsInheritedValue();
|
| bool is_initial = value.IsInitialValue() ||
|
|
|