| Index: third_party/WebKit/public/web/WebAutofillClient.h
|
| diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
|
| index 99c321ec3ea83f933ee43037463b302625c76d4a..1e0c423e53947ae11587c447791609e0f61514e1 100644
|
| --- a/third_party/WebKit/public/web/WebAutofillClient.h
|
| +++ b/third_party/WebKit/public/web/WebAutofillClient.h
|
| @@ -57,7 +57,7 @@ public:
|
| // Informs the client whether or not any subsequent text changes should be ignored.
|
| virtual void setIgnoreTextChanges(bool ignore) { }
|
|
|
| - virtual void didAssociateFormControls(const WebVector<WebNode>&) { }
|
| + virtual void didAssociateFormControlsDynamically() { }
|
| virtual void ajaxSucceeded() { }
|
|
|
| protected:
|
|
|