summaryrefslogtreecommitdiffstats
path: root/WebKit
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2009-12-07 17:09:30 -0500
committerCary Clark <cary@android.com>2009-12-07 17:09:30 -0500
commita8a49e0d3b0a6a0470068dd0e4a647f116aea95b (patch)
tree0d5deeb48780ebca49bf58dded8dde66199c5594 /WebKit
parent34bca311c8205ee40379adac2ef4da01e401600e (diff)
downloadexternal_webkit-a8a49e0d3b0a6a0470068dd0e4a647f116aea95b.zip
external_webkit-a8a49e0d3b0a6a0470068dd0e4a647f116aea95b.tar.gz
external_webkit-a8a49e0d3b0a6a0470068dd0e4a647f116aea95b.tar.bz2
fix debugging output
Diffstat (limited to 'WebKit')
-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);
}