Index: Source/core/loader/FrameLoaderClient.h |
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
index baa376ee58ac6a758a3423a033c6364ec13515e9..9ddf80ad43a4b0c41a801e4cd776e2b9f8cc8fa7 100644 |
--- a/Source/core/loader/FrameLoaderClient.h |
+++ b/Source/core/loader/FrameLoaderClient.h |
@@ -58,6 +58,7 @@ class WebApplicationCacheHostClient; |
namespace WebCore { |
class Color; |
+ class Dictionary; |
class DOMWindowExtension; |
class DOMWrapperWorld; |
class DocumentLoader; |
@@ -208,7 +209,7 @@ namespace WebCore { |
virtual void dispatchWillStartUsingPeerConnectionHandler(blink::WebRTCPeerConnectionHandler*) { } |
- virtual void didRequestAutocomplete(HTMLFormElement*) = 0; |
+ virtual void didRequestAutocomplete(HTMLFormElement*, const Dictionary&) = 0; |
virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; } |
// Informs the embedder that a WebGL canvas inside this frame received a lost context |