summaryrefslogtreecommitdiffstats
path: root/webkit/glue/editor_client_impl.h
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 23:44:28 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 23:44:28 +0000
commitf1e616dfd58e18db080b5762155b09b61a539763 (patch)
tree0f446c462cbdca9a620dbd6fbee631839ff2a1bb /webkit/glue/editor_client_impl.h
parent77a7db91faaa47639ae3f41257eb1901999b93dc (diff)
downloadchromium_src-f1e616dfd58e18db080b5762155b09b61a539763.zip
chromium_src-f1e616dfd58e18db080b5762155b09b61a539763.tar.gz
chromium_src-f1e616dfd58e18db080b5762155b09b61a539763.tar.bz2
The autofilling of passwords when the URL for visited page and the page the password was stored are different was broken.
This happened as part as some refactoring done for the form autofill last year. BUG=12675 TEST=See bug. Review URL: http://codereview.chromium.org/113853 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/editor_client_impl.h')
-rw-r--r--webkit/glue/editor_client_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/editor_client_impl.h b/webkit/glue/editor_client_impl.h
index 0778b48..4bacad2a 100644
--- a/webkit/glue/editor_client_impl.h
+++ b/webkit/glue/editor_client_impl.h
@@ -77,7 +77,7 @@ class EditorClientImpl : public WebCore::EditorClient {
virtual void handleInputMethodKeydown(WebCore::KeyboardEvent*);
virtual void textFieldDidBeginEditing(WebCore::Element*);
- virtual void textFieldDidEndEditing(WebCore::Element*);
+ virtual void textFieldDidEndEditing(WebCore::Element* element);
virtual void textDidChangeInTextField(WebCore::Element*);
virtual bool doTextFieldCommandFromEvent(WebCore::Element*,WebCore::KeyboardEvent*);
virtual void textWillBeDeletedInTextField(WebCore::Element*);