summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedInput.cpp
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-12-10 13:33:40 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-10 13:33:40 -0800
commit1f39d2d9fa8ad17be2edeb570a625ed331f5a8f1 (patch)
tree8ad5b9878ce70cd2cd644cf49b21f9b930a6c1ed /WebKit/android/nav/CachedInput.cpp
parentcfd8cdfd5146057393cae8ffe65d27b903d9f62d (diff)
parent3b242d089e9d96995ad22fb2ed76fa1a9533eb64 (diff)
downloadexternal_webkit-1f39d2d9fa8ad17be2edeb570a625ed331f5a8f1.zip
external_webkit-1f39d2d9fa8ad17be2edeb570a625ed331f5a8f1.tar.gz
external_webkit-1f39d2d9fa8ad17be2edeb570a625ed331f5a8f1.tar.bz2
am 3b242d08: am 91a3bec8: Show "Go" for the last textfield in a form.
Merge commit '3b242d089e9d96995ad22fb2ed76fa1a9533eb64' * commit '3b242d089e9d96995ad22fb2ed76fa1a9533eb64': Show "Go" for the last textfield in a form.
Diffstat (limited to 'WebKit/android/nav/CachedInput.cpp')
-rw-r--r--WebKit/android/nav/CachedInput.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/nav/CachedInput.cpp b/WebKit/android/nav/CachedInput.cpp
index 858402f..52d2066 100644
--- a/WebKit/android/nav/CachedInput.cpp
+++ b/WebKit/android/nav/CachedInput.cpp
@@ -50,6 +50,7 @@ void CachedInput::Debug::print() const
scratch[index++] = c;
}
DUMP_NAV_LOGD("%.*s\"\n", index, scratch);
+ DUMP_NAV_LOGD("// void* mForm=%p;", b->mForm);
DUMP_NAV_LOGD("// int mMaxLength=%d;\n", b->mMaxLength);
DUMP_NAV_LOGD("// int mTextSize=%d;\n", b->mTextSize);
DUMP_NAV_LOGD("// int mInputType=%d;\n", b->mInputType);