| 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 4763d128d53cd4b58e25bf935c478f6df347c122..9bd9e8d0722da7e99a7417eb5642eb2d06af468b 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -558,7 +558,8 @@ DateTimeEditElement* DateTimeEditElement::create(
|
| }
|
|
|
| PassRefPtr<ComputedStyle> DateTimeEditElement::customStyleForLayoutObject() {
|
| - // FIXME: This is a kind of layout. We might want to introduce new layoutObject.
|
| + // FIXME: This is a kind of layout. We might want to introduce new
|
| + // layoutObject.
|
| RefPtr<ComputedStyle> originalStyle = originalStyleForLayoutObject();
|
| RefPtr<ComputedStyle> style = ComputedStyle::clone(*originalStyle);
|
| float width = 0;
|
|
|