| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index b0ece3ecb0a6ba05cd94055f2fd5f215e284c1cf..f38133d489da98604b5f9edfcfffcf6c84eee89f 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -560,7 +560,7 @@ void StyleBuilderFunctions::applyValueCSSPropertyZoom(StyleResolverState& state,
|
| void StyleBuilderFunctions::applyValueCSSPropertyWebkitBorderImage(StyleResolverState& state, CSSValue* value)
|
| {
|
| NinePieceImage image;
|
| - CSSToStyleMap::mapNinePieceImage(state, CSSPropertyWebkitBorderImage, value, image);
|
| + CSSToStyleMap::mapNinePieceImage(state, CSSPropertyWebkitBorderImage, *value, image);
|
| state.style()->setBorderImage(image);
|
| }
|
|
|
|
|