| Index: third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| index d95076ddaf41526803a2d4caa6e985f9996b0485..54c33c7d5cc8d5ea8f069b2491cbb7dd4c236686 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| @@ -84,8 +84,6 @@ void SearchInputType::createShadowSubtree()
|
| Element* viewPort = element().userAgentShadowRoot()->getElementById(ShadowElementNames::editingViewPort());
|
| ASSERT(container);
|
| ASSERT(viewPort);
|
| -
|
| - container->insertBefore(SearchFieldDecorationElement::create(element().document()), viewPort);
|
| container->insertBefore(SearchFieldCancelButtonElement::create(element().document()), viewPort->nextSibling());
|
| }
|
|
|
|
|