Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chrome/renderer/autofill_helper.cc

Issue 4187010: Remove a DCHECK that broke a number of text input types... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill_helper.cc
===================================================================
--- chrome/renderer/autofill_helper.cc (revision 63800)
+++ chrome/renderer/autofill_helper.cc (working copy)
@@ -36,7 +36,6 @@
bool NodeIsAutoFilled(const WebKit::WebNode& node) {
const WebFormControlElement& element =
reinterpret_cast<const WebFormControlElement&>(node);
- DCHECK(element.formControlType() == WebString::fromUTF8("text"));
WebInputElement input_element =
const_cast<WebFormControlElement&>(element).to<WebInputElement>();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698