diff options
author | Cary Clark <cary@android.com> | 2010-05-13 15:57:59 -0400 |
---|---|---|
committer | Cary Clark <cary@android.com> | 2010-05-14 11:02:09 -0400 |
commit | 21d2e6a819424b1a73874b8e5a1bf031ced3c933 (patch) | |
tree | e2ced3b29ab2382446ed2e6821a7f261506318c4 /WebKit/android/nav/CachedInput.cpp | |
parent | 4ff1d8891d520763f17675827154340c7c740f90 (diff) | |
download | external_webkit-21d2e6a819424b1a73874b8e5a1bf031ced3c933.zip external_webkit-21d2e6a819424b1a73874b8e5a1bf031ced3c933.tar.gz external_webkit-21d2e6a819424b1a73874b8e5a1bf031ced3c933.tar.bz2 |
clean up nav cache debugging
This adds additional content to the nav cache dump,
and cleans up a few formatting problems. This has no
effect on code that does not have nav cache debugging
enabled.
Change-Id: Ice2c4bb33138a8ddc96739d95ead58fbe328bfa8
Diffstat (limited to 'WebKit/android/nav/CachedInput.cpp')
-rw-r--r-- | WebKit/android/nav/CachedInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedInput.cpp b/WebKit/android/nav/CachedInput.cpp index dcd9ccd..608c41b 100644 --- a/WebKit/android/nav/CachedInput.cpp +++ b/WebKit/android/nav/CachedInput.cpp @@ -60,7 +60,7 @@ void CachedInput::Debug::print() const { CachedInput* b = base(); printWebCoreString("// char* mName=\"", b->mName); - DUMP_NAV_LOGD("// void* mForm=%p;", b->mForm); + DUMP_NAV_LOGD("// void* mForm=%p;\n", 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); |