summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedInput.cpp
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2010-05-13 15:57:59 -0400
committerCary Clark <cary@android.com>2010-05-14 11:02:09 -0400
commit21d2e6a819424b1a73874b8e5a1bf031ced3c933 (patch)
treee2ced3b29ab2382446ed2e6821a7f261506318c4 /WebKit/android/nav/CachedInput.cpp
parent4ff1d8891d520763f17675827154340c7c740f90 (diff)
downloadexternal_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.cpp2
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);