| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index da897ce2e41e776c0843f46d6083df3d2d0316f8..1c2e7784d2bde4cddf3a0c06d41c1d99231a2e2a 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -939,11 +939,11 @@ void ChromeClientImpl::annotatedRegionsChanged()
|
| client->draggableRegionsChanged();
|
| }
|
|
|
| -void ChromeClientImpl::didAssociateFormControls(const HeapVector<Member<Element>>& elements, LocalFrame* frame)
|
| +void ChromeClientImpl::didAssociateFormControlsAfterLoad(LocalFrame* frame)
|
| {
|
| WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
|
| if (webframe->autofillClient())
|
| - webframe->autofillClient()->didAssociateFormControls(elements);
|
| + webframe->autofillClient()->didAssociateFormControlsDynamically();
|
| }
|
|
|
| void ChromeClientImpl::didCancelCompositionOnSelectionChange()
|
|
|