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