| 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 3d719f225864e2797a9ec65493e8ab6164daea8e..2383a8517a1e6c5b828487a436bc172a9cb2b3c9 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| @@ -466,6 +466,8 @@ String StylePropertySerializer::getPropertyValue(
|
| return getAlignmentShorthandValue(placeContentShorthand());
|
| case CSSPropertyPlaceItems:
|
| return getAlignmentShorthandValue(placeItemsShorthand());
|
| + case CSSPropertyPlaceSelf:
|
| + return getAlignmentShorthandValue(placeSelfShorthand());
|
| case CSSPropertyFont:
|
| return fontValue();
|
| case CSSPropertyFontVariant:
|
|
|