summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp')
-rw-r--r--Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
index 99f34d5..88ab4a3 100644
--- a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
+++ b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
@@ -76,7 +76,7 @@
#include "WebFrameView.h"
#include "WebViewClientError.h"
#include "WebViewCore.h"
-#include "autofill/WebAutoFill.h"
+#include "autofill/WebAutofill.h"
#include "android_graphics.h"
#include <utils/AssetManager.h>
@@ -301,7 +301,7 @@ void FrameLoaderClientAndroid::dispatchDidCommitLoad() {
#if ENABLE(WEB_AUTOFILL)
if (m_frame == m_frame->page()->mainFrame()) {
EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient());
- WebAutoFill* autoFill = editorC->getAutoFill();
+ WebAutofill* autoFill = editorC->getAutofill();
autoFill->reset();
}
#endif