summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-22 10:29:31 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-22 10:29:31 -0700
commitce1b7983ffbc5bfec86b01892f764326c033b701 (patch)
treeb8715ae9d47179f93ed949c8f5dd5d75a9867648 /Source/WebCore/platform
parent9febd865b2cb535f2a66d8709d976cfe8f6bd91a (diff)
parentbc17d11c07d97392bb41b9d707726bec5c8cb64d (diff)
downloadexternal_webkit-ce1b7983ffbc5bfec86b01892f764326c033b701.zip
external_webkit-ce1b7983ffbc5bfec86b01892f764326c033b701.tar.gz
external_webkit-ce1b7983ffbc5bfec86b01892f764326c033b701.tar.bz2
Merge "Remove updateTextfield for changing passwords."
Diffstat (limited to 'Source/WebCore/platform')
-rw-r--r--Source/WebCore/platform/android/PlatformBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/android/PlatformBridge.h b/Source/WebCore/platform/android/PlatformBridge.h
index e48e50c..5af5d2d 100644
--- a/Source/WebCore/platform/android/PlatformBridge.h
+++ b/Source/WebCore/platform/android/PlatformBridge.h
@@ -132,7 +132,7 @@ public:
// Update the viewport meta data.
static void updateViewport(FrameView*);
- static void updateTextfield(FrameView*, Node*, bool changeToPassword, const WTF::String& text);
+ static void updateTextfield(FrameView*, Node*, const WTF::String& text);
static void setScrollPosition(ScrollView*, int x, int y);