| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| index 44d2b01cba41f3f26c053d890631d70f069083d4..1b26c8c5b05cbdc0c91407f9ef3b455ce5807169 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| @@ -446,6 +446,8 @@ String StylePropertySerializer::GetPropertyValue(
|
| return Get4Values(borderWidthShorthand());
|
| case CSSPropertyBorderStyle:
|
| return Get4Values(borderStyleShorthand());
|
| + case CSSPropertyScrollBoundaryBehavior:
|
| + return GetCommonValue(scrollBoundaryBehaviorShorthand());
|
| case CSSPropertyColumnRule:
|
| return GetShorthandValue(columnRuleShorthand());
|
| case CSSPropertyColumns:
|
|
|