summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2009-12-10 13:33:24 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-10 13:33:24 -0800
commitcc40b9bf95d88fc49daf5f087195052ed8213f54 (patch)
tree06454501e70a579af6f292d25437470af1e351fd
parent63129911cf1588af6fd6eb6974e756c51dab848b (diff)
parentc79313b6d97eac8138390e9506b671f54df88db3 (diff)
downloadexternal_webkit-cc40b9bf95d88fc49daf5f087195052ed8213f54.zip
external_webkit-cc40b9bf95d88fc49daf5f087195052ed8213f54.tar.gz
external_webkit-cc40b9bf95d88fc49daf5f087195052ed8213f54.tar.bz2
am c79313b6: am 4cf840fc: Merge change Ia8a49e0d into eclair-mr2
Merge commit 'c79313b6d97eac8138390e9506b671f54df88db3' * commit 'c79313b6d97eac8138390e9506b671f54df88db3': fix debugging output
-rw-r--r--WebKit/android/nav/CachedInput.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedInput.cpp b/WebKit/android/nav/CachedInput.cpp
index 0625ab8..858402f 100644
--- a/WebKit/android/nav/CachedInput.cpp
+++ b/WebKit/android/nav/CachedInput.cpp
@@ -52,7 +52,8 @@ void CachedInput::Debug::print() const
DUMP_NAV_LOGD("%.*s\"\n", index, scratch);
DUMP_NAV_LOGD("// int mMaxLength=%d;\n", b->mMaxLength);
DUMP_NAV_LOGD("// int mTextSize=%d;\n", b->mTextSize);
- DEBUG_PRINT_BOOL(mIsPassword);
+ DUMP_NAV_LOGD("// int mInputType=%d;\n", b->mInputType);
+ DEBUG_PRINT_BOOL(mIsReadOnly);
DEBUG_PRINT_BOOL(mIsRtlText);
DEBUG_PRINT_BOOL(mIsTextField);
}