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 33ee08dfcad4107811b9849b87b02be30f2d8cd6..0f526a784d7407377a5908b8396a01f4b5d75ea6 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: |