Index: Source/core/loader/FrameLoaderClient.h |
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
index ab2ca266141d4c60290932f870e6907412b65a20..62f4f8edf034e825a61545330234bc368f7a513a 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 |