summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedFrame.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/CachedFrame.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/CachedFrame.cpp')
-rw-r--r--WebKit/android/nav/CachedFrame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/nav/CachedFrame.cpp b/WebKit/android/nav/CachedFrame.cpp
index ce5600b..ff13508 100644
--- a/WebKit/android/nav/CachedFrame.cpp
+++ b/WebKit/android/nav/CachedFrame.cpp
@@ -1390,6 +1390,7 @@ void CachedFrame::Debug::print() const
const CachedInput* input = b->textInput(node);
if (input)
input->mDebug.print();
+ DUMP_NAV_LOGD("\n");
}
DUMP_NAV_LOGD("// }; // end of nodes\n");
#if USE(ACCELERATED_COMPOSITING)