| Index: Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/Source/core/css/resolver/StyleBuilderCustom.cpp b/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index 029399ebf808a5035646fbcc9097096379715366..12d6b1eac5311ef296733e93d55357d9bbfc988f 100644
|
| --- a/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -1350,6 +1350,7 @@ void StyleBuilder::oldApplyProperty(CSSPropertyID id, StyleResolverState& state,
|
| case CSSPropertyWebkitTextStroke:
|
| case CSSPropertyWebkitTransition:
|
| case CSSPropertyWebkitTransformOrigin:
|
| + case CSSPropertyAll:
|
| ASSERT(isExpandedShorthand(id));
|
| ASSERT_NOT_REACHED();
|
| break;
|
|
|