diff options
Diffstat (limited to 'WebKit/android/nav/CacheBuilder.cpp')
-rw-r--r-- | WebKit/android/nav/CacheBuilder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/nav/CacheBuilder.cpp b/WebKit/android/nav/CacheBuilder.cpp index 620e059..219e4c6 100644 --- a/WebKit/android/nav/CacheBuilder.cpp +++ b/WebKit/android/nav/CacheBuilder.cpp @@ -1121,6 +1121,7 @@ void CacheBuilder::BuildFrame(Frame* root, Frame* frame, // Although technically it is not an HTMLInputElement, and therefore // has no InputType, this one is the most appropriate. cachedInput.setInputType(HTMLInputElement::TEXT); + cachedInput.setIsTextField(false); exported = area->value().threadsafeCopy(); } else if (node->hasTagName(HTMLNames::aTag)) { const HTMLAnchorElement* anchorNode = |