| Index: Source/core/page/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp
|
| index f54f4e6d3a9b54badf9130b444ac7cb6155f0571..e86a8f46226f26f6d9753d0daf9ae4d11f31d7c2 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/page/RuntimeCSSEnabled.cpp
|
| @@ -64,10 +64,9 @@ static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties)
|
| CSSPropertyWebkitShapeOutside,
|
| };
|
| setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled());
|
| -#if ENABLE(CSS_COMPOSITING)
|
| +
|
| RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyBackgroundBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
|
| - RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyWebkitBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
|
| -#endif
|
| + RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMixBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
|
| }
|
|
|
| static BoolVector& propertySwitches()
|
|
|