| Index: third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index 94e72359cc599409e8e86f4adda235af8c16f12c..7ba751e3102ccd2b7daa657b691c6efb7d9aec43 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -87,7 +87,7 @@
|
| // We don't want the shadow dom to be editable, so we set this block to
|
| // read-only in case the input itself is editable.
|
| style->setUserModify(READ_ONLY);
|
| - style->setUnique(true);
|
| + style->setUnique();
|
|
|
| if (const ComputedStyle* parentStyle = parentComputedStyle())
|
| StyleAdjuster::adjustStyleForAlignment(*style, *parentStyle);
|
|
|