diff options
Diffstat (limited to 'WebKit/android/WebCoreSupport/autofill/WebAutoFill.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/autofill/WebAutoFill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/autofill/WebAutoFill.h b/WebKit/android/WebCoreSupport/autofill/WebAutoFill.h index 422129f..4025b5a 100644 --- a/WebKit/android/WebCoreSupport/autofill/WebAutoFill.h +++ b/WebKit/android/WebCoreSupport/autofill/WebAutoFill.h @@ -58,7 +58,7 @@ public: void searchDocument(WebCore::Frame*); void formFieldFocused(WebCore::HTMLFormControlElement*); void fillFormFields(int queryId); - void querySuccessful(int queryId, const string16& value, const string16& label, int uniqueId); + void querySuccessful(const string16& value, const string16& label, int uniqueId); void fillFormInPage(int queryId, const webkit_glue::FormData& form); void setWebViewCore(WebViewCore* webViewCore) { mWebViewCore = webViewCore; } bool enabled() const; |