| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index dc9faa490df5b41d4796a8c94f471874a0323c1c..c49bcf15a3d73e93fbafea8a7fef36b08a422a9a 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1856,6 +1856,11 @@ void WebLocalFrameImpl::setAutofillClient(WebAutofillClient* autofillClient)
|
| m_autofillClient = autofillClient;
|
| }
|
|
|
| +WebAutofillClient* WebLocalFrameImpl::autofillClient()
|
| +{
|
| + return m_autofillClient;
|
| +}
|
| +
|
| void WebLocalFrameImpl::sendPings(const WebNode& linkNode, const WebURL& destinationURL)
|
| {
|
| ASSERT(frame());
|
|
|