| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index 1789b3c0747325ebf0b8149a42de545b9bf6b938..0cdb33582b95feb4871fbdd5704a1b9cbd79290f 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -1135,15 +1135,6 @@ public:
|
| virtual ~MockAutofillClient() { }
|
|
|
| virtual void setIgnoreTextChanges(bool ignore) OVERRIDE { m_ignoreTextChanges = ignore; }
|
| - // FIXME: This function is to be removed once both chromium and blink changes
|
| - // for BUG332557 are in.
|
| - virtual void textFieldDidChange(const WebInputElement&) OVERRIDE
|
| - {
|
| - if (m_ignoreTextChanges)
|
| - ++m_textChangesWhileIgnored;
|
| - else
|
| - ++m_textChangesWhileNotIgnored;
|
| - }
|
| virtual void textFieldDidChange(const WebFormControlElement&) OVERRIDE
|
| {
|
| if (m_ignoreTextChanges)
|
|
|