| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 1e24a945f694ca207029653a8f68403182f80670..888af81124df863c2fa1c94c45f39034bd84b6a8 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2700,7 +2700,7 @@ PassRefPtrWillBeRawPtr<CSSValue> ComputedStyleCSSValueMapping::get(CSSPropertyID
|
| return cssValuePool().createIdentifierValue(CSSValueStrict);
|
|
|
| RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
|
| - if (style.contain() & ContainsStyle)
|
| + if (style.containsStyle())
|
| list->append(cssValuePool().createIdentifierValue(CSSValueStyle));
|
| if (style.contain() & ContainsLayout)
|
| list->append(cssValuePool().createIdentifierValue(CSSValueLayout));
|
|
|