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

Unified Diff: webkit/glue/searchable_form_data.cc

Issue 41017: WebKit merge 41498:41530. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address darin's comments Created 11 years, 9 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 | « webkit/glue/editor_client_impl.cc ('k') | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/searchable_form_data.cc
===================================================================
--- webkit/glue/searchable_form_data.cc (revision 11301)
+++ webkit/glue/searchable_form_data.cc (working copy)
@@ -7,6 +7,7 @@
#include "base/compiler_specific.h"
MSVC_PUSH_WARNING_LEVEL(0);
+#include "CSSHelper.h"
#include "CString.h"
#include "Document.h"
#include "DocumentLoader.h"
@@ -296,7 +297,7 @@
} // namespace
SearchableFormData* SearchableFormData::Create(WebCore::Element* element) {
- if (!element->isFormControlElement() || !element->isHTMLElement()) {
+ if (!element->isFormControlElement() || !element->isHTMLElement()) {
return NULL;
}
« no previous file with comments | « webkit/glue/editor_client_impl.cc ('k') | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698