Chromium Code Reviews| Index: Source/core/css/StylePropertySet.cpp |
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp |
| index 69225d45de3b62c4b6ccafcc53c1bdeb7f861ccd..3bbd748f14841088e3e379c721656aac57ad240f 100644 |
| --- a/Source/core/css/StylePropertySet.cpp |
| +++ b/Source/core/css/StylePropertySet.cpp |
| @@ -422,6 +422,7 @@ static const CSSPropertyID staticBlockProperties[] = { |
| CSSPropertyTextAlign, |
| CSSPropertyTextAlignLast, |
| CSSPropertyTextIndent, |
| + CSSPropertyTextJustify, |
|
Julien - ping for review
2013/10/14 12:57:46
Yosin, this change looks fine by me but you may ha
yosin_UTC9
2013/10/15 01:23:47
Looks fine to me too.
|
| CSSPropertyWidows |
| }; |