| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index b7e4aa55503b7206ed048ef834d72dd5cf5fc611..69b7a94002125c66872dabddc3a19aa6a43b7bdd 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -921,15 +921,6 @@ void ChromeClientImpl::forwardInputEvent(
|
| }
|
| }
|
|
|
| -// FIXME: This function is to be removed once both chromium and blink changes
|
| -// for BUG332557 are in.
|
| -void ChromeClientImpl::didChangeValueInTextField(HTMLInputElement& inputElement)
|
| -{
|
| - if (!m_webView->autofillClient())
|
| - return;
|
| - m_webView->autofillClient()->textFieldDidChange(WebInputElement(&inputElement));
|
| -}
|
| -
|
| void ChromeClientImpl::didChangeValueInTextField(HTMLFormControlElement& element)
|
| {
|
| if (!m_webView->autofillClient())
|
|
|