| Index: Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp
|
| index 8c5abffb7e08cbc5da73d489cc49062715d6b9ab..b149a803d85247a0eb9a468b5558c36edfe40765 100644
|
| --- a/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/Source/core/html/forms/SearchInputType.cpp
|
| @@ -109,7 +109,7 @@ void SearchInputType::handleKeydownEvent(KeyboardEvent* event)
|
|
|
| void SearchInputType::startSearchEventTimer()
|
| {
|
| - ASSERT(element().renderer());
|
| + ASSERT(element().layoutObject());
|
| unsigned length = element().innerEditorValue().length();
|
|
|
| if (!length) {
|
|
|