| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index 3e2d81647c0d13e010a898bbf196e9ca510165f8..bbe74aadf9576ded731e44624a90e6310d8c8d2e 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -1087,7 +1087,7 @@ public:
|
| virtual ~MockAutofillClient() { }
|
|
|
| virtual void setIgnoreTextChanges(bool ignore) OVERRIDE { m_ignoreTextChanges = ignore; }
|
| - virtual void textFieldDidChange(const WebInputElement&) OVERRIDE
|
| + virtual void textFieldDidChange(const WebFormControlElement&) OVERRIDE
|
| {
|
| if (m_ignoreTextChanges)
|
| ++m_textChangesWhileIgnored;
|
|
|