diff options
| author | Cary Clark <cary@android.com> | 2009-12-09 15:44:50 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-09 15:44:50 -0800 |
| commit | c79313b6d97eac8138390e9506b671f54df88db3 (patch) | |
| tree | 0671500d00913c7c8491a91221368dab913fcd7a | |
| parent | d24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45 (diff) | |
| parent | 4cf840fc0046a79568cb800af5d85d529c1411b2 (diff) | |
| download | external_webkit-c79313b6d97eac8138390e9506b671f54df88db3.zip external_webkit-c79313b6d97eac8138390e9506b671f54df88db3.tar.gz external_webkit-c79313b6d97eac8138390e9506b671f54df88db3.tar.bz2 | |
am 4cf840fc: Merge change Ia8a49e0d into eclair-mr2
Merge commit '4cf840fc0046a79568cb800af5d85d529c1411b2' into eclair-mr2-plus-aosp
* commit '4cf840fc0046a79568cb800af5d85d529c1411b2':
fix debugging output
| -rw-r--r-- | WebKit/android/nav/CachedInput.cpp | 3 |
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); } |
