| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 4b37343eb7e6fafb1b1decadc9a2dac90ed7f1a5..615d78b82d53dafe05df53eca7703c9d94710c35 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -196,7 +196,7 @@ void LayoutInline::styleDidChange(StyleDifference diff, const ComputedStyle* old
|
| setAlwaysCreateLineBoxes(alwaysCreateLineBoxesNew);
|
| }
|
|
|
| - propagateStyleToAnonymousChildren(true);
|
| + propagateStyleToAnonymousChildren();
|
| }
|
|
|
| void LayoutInline::updateAlwaysCreateLineBoxes(bool fullLayout)
|
|
|