Chromium Code Reviews| Index: Source/core/css/DeprecatedStyleBuilder.cpp |
| diff --git a/Source/core/css/DeprecatedStyleBuilder.cpp b/Source/core/css/DeprecatedStyleBuilder.cpp |
| index 41acc0e5cd716481a4eadb2d0bdcc6b01732206d..e454cf227086687a8353d9dd6e0426a00587d5ec 100644 |
| --- a/Source/core/css/DeprecatedStyleBuilder.cpp |
| +++ b/Source/core/css/DeprecatedStyleBuilder.cpp |
| @@ -1375,6 +1375,7 @@ DeprecatedStyleBuilder::DeprecatedStyleBuilder() |
| setPropertyHandler(CSSPropertySize, ApplyPropertyPageSize::createHandler()); |
| setPropertyHandler(CSSPropertyTextAlign, ApplyPropertyTextAlign::createHandler()); |
| setPropertyHandler(CSSPropertyTextAlignLast, ApplyPropertyDefault<TextAlignLast, &RenderStyle::textAlignLast, TextAlignLast, &RenderStyle::setTextAlignLast, TextAlignLast, &RenderStyle::initialTextAlignLast>::createHandler()); |
| + setPropertyHandler(CSSPropertyTextJustify, ApplyPropertyDefault<TextJustify, &RenderStyle::textJustify, TextJustify, &RenderStyle::setTextJustify, TextJustify, &RenderStyle::initialTextJustify>::createHandler()); |
|
Julien - ping for review
2013/07/15 22:05:47
It is NOT acceptable to add more code to a depreca
dw.im
2013/07/16 01:13:56
in the CSSProperties.in file, I see.
|
| setPropertyHandler(CSSPropertyTextDecoration, ApplyPropertyTextDecoration::createHandler()); |
| setPropertyHandler(CSSPropertyTextDecorationLine, ApplyPropertyTextDecoration::createHandler()); |