| Index: third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| index 6de03a4322667ad0692ce19c7b5834882c7260f9..6e082fd93d97a99aa597e837d833952fc895bf03 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| @@ -1163,7 +1163,7 @@
|
| // We need to clone the layoutObject style to avoid breaking style sharing.
|
| RefPtr<ComputedStyle> style = ComputedStyle::clone(currentStyle);
|
| style->setTextAutosizingMultiplier(multiplier);
|
| - style->setUnique(true);
|
| + style->setUnique();
|
|
|
| switch (relayoutBehavior) {
|
| case AlreadyInLayout:
|
|
|