| 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 3e42083d8a84347e5becf8672e79bd3fda3d6f90..03619bcd8c37bc530d0369cd6a49a60e1096bdd6 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| @@ -480,6 +480,8 @@ String StylePropertySerializer::GetPropertyValue(
|
| return GetShorthandValue(webkitMarginCollapseShorthand());
|
| case CSSPropertyOverflow:
|
| return GetCommonValue(overflowShorthand());
|
| + case CSSPropertyScrollBoundaryBehavior:
|
| + return GetCommonValue(scrollBoundaryBehaviorShorthand());
|
| case CSSPropertyPadding:
|
| return Get4Values(paddingShorthand());
|
| case CSSPropertyTextDecoration:
|
|
|