| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 22f8a497c33ed509926f01c20c1df804fabd3b57..d2dc079832ab80e13c70b6f5c9a3e425064d0907 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -979,7 +979,8 @@ static bool hasPropertyThatCreatesStackingContext(const Vector<CSSPropertyID>& p
|
| case CSSPropertyAliasWebkitPerspective:
|
| case CSSPropertyWebkitMask:
|
| case CSSPropertyWebkitMaskBoxImage:
|
| - case CSSPropertyWebkitClipPath:
|
| + case CSSPropertyClipPath:
|
| + case CSSPropertyAliasWebkitClipPath:
|
| case CSSPropertyWebkitBoxReflect:
|
| case CSSPropertyFilter:
|
| case CSSPropertyAliasWebkitFilter:
|
|
|