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