Chromium Code Reviews| Index: Source/core/css/DeprecatedStyleBuilder.cpp |
| diff --git a/Source/core/css/DeprecatedStyleBuilder.cpp b/Source/core/css/DeprecatedStyleBuilder.cpp |
| index a494df68572db85354302220ed13020e0dca5500..61e66d3760700458fb5d09267d9001f026ef658f 100644 |
| --- a/Source/core/css/DeprecatedStyleBuilder.cpp |
| +++ b/Source/core/css/DeprecatedStyleBuilder.cpp |
| @@ -1666,6 +1666,7 @@ DeprecatedStyleBuilder::DeprecatedStyleBuilder() |
| #if ENABLE(CSS3_TEXT) |
| setPropertyHandler(CSSPropertyWebkitTextAlignLast, ApplyPropertyDefault<TextAlignLast, &RenderStyle::textAlignLast, TextAlignLast, &RenderStyle::setTextAlignLast, TextAlignLast, &RenderStyle::initialTextAlignLast>::createHandler()); |
| + setPropertyHandler(CSSPropertyWebkitTextJustify, ApplyPropertyDefault<TextJustify, &RenderStyle::textJustify, TextJustify, &RenderStyle::setTextJustify, TextJustify, &RenderStyle::initialTextJustify>::createHandler()); |
|
pdr.
2013/06/18 13:06:21
Should we be adding new code to the DeprecatedStyl
|
| setPropertyHandler(CSSPropertyWebkitTextUnderlinePosition, ApplyPropertyTextUnderlinePosition::createHandler()); |
| #endif // CSS3_TEXT |
| setPropertyHandler(CSSPropertyTextIndent, ApplyPropertyTextIndent::createHandler()); |