| Index: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| index 0cc8b09cd63ee594fa4e592ff6994132f942c4c3..38d5e271d8dcb9956fd6e309a746535ddce236d1 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -581,7 +581,7 @@
|
| }
|
| }
|
| style->setWidth(Length(ceilf(width), Fixed));
|
| - style->setUnique(true);
|
| + style->setUnique();
|
| return style.release();
|
| }
|
|
|
|
|