| Index: Source/core/html/SearchInputType.cpp
|
| diff --git a/Source/core/html/SearchInputType.cpp b/Source/core/html/SearchInputType.cpp
|
| index e10d320aa05a00e252121ad22d8be8158e7ee7a7..deae5839c2e5f5281ffcafff4ad53cf61dfe815d 100644
|
| --- a/Source/core/html/SearchInputType.cpp
|
| +++ b/Source/core/html/SearchInputType.cpp
|
| @@ -95,8 +95,8 @@ void SearchInputType::createShadowSubtree()
|
| ASSERT(container);
|
| ASSERT(textWrapper);
|
|
|
| - container->insertBefore(SearchFieldDecorationElement::create(element()->document()), textWrapper, IGNORE_EXCEPTION);
|
| - container->insertBefore(SearchFieldCancelButtonElement::create(element()->document()), textWrapper->nextSibling(), IGNORE_EXCEPTION);
|
| + container->insertBefore(SearchFieldDecorationElement::create(element()->document()), textWrapper, IGNORE_EXCEPTION, DeprecatedAttachNow);
|
| + container->insertBefore(SearchFieldCancelButtonElement::create(element()->document()), textWrapper->nextSibling(), IGNORE_EXCEPTION, DeprecatedAttachNow);
|
| }
|
|
|
| void SearchInputType::handleKeydownEvent(KeyboardEvent* event)
|
|
|