summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedInput.cpp
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2010-01-06 17:06:11 -0500
committerLeon Scroggins <scroggo@google.com>2010-01-07 08:33:18 -0500
commit725b72d96731765ddc964c620a2c98834946241f (patch)
treeeeea405cd0199fa54d39e3258397df34e17c6df7 /WebKit/android/nav/CachedInput.cpp
parente5e9720d88df20ad1116d709ec078cec419ffcf4 (diff)
downloadexternal_webkit-725b72d96731765ddc964c620a2c98834946241f.zip
external_webkit-725b72d96731765ddc964c620a2c98834946241f.tar.gz
external_webkit-725b72d96731765ddc964c620a2c98834946241f.tar.bz2
Request <label> info only when accessing a textfield.
Previously, we were storing the label info each time we build the navigation cache. Requires a change to frameworks/base.
Diffstat (limited to 'WebKit/android/nav/CachedInput.cpp')
-rw-r--r--WebKit/android/nav/CachedInput.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedInput.cpp b/WebKit/android/nav/CachedInput.cpp
index b145591..d7b96e3 100644
--- a/WebKit/android/nav/CachedInput.cpp
+++ b/WebKit/android/nav/CachedInput.cpp
@@ -54,7 +54,6 @@ static void printWebCoreString(const char* label,
void CachedInput::Debug::print() const
{
CachedInput* b = base();
- printWebCoreString("// char* mLabel=\"", b->mLabel);
printWebCoreString("// char* mName=\"", b->mName);
DUMP_NAV_LOGD("// void* mForm=%p;", b->mForm);
DUMP_NAV_LOGD("// int mMaxLength=%d;\n", b->mMaxLength);