Index: webkit/forms/form_field.h |
diff --git a/webkit/forms/form_field.h b/webkit/forms/form_field.h |
index d1b17c0bc7c889485cb565fcd1292aa058b6b16d..eee10059dce42b2c6b5771bfd7baa96297e4b925 100644 |
--- a/webkit/forms/form_field.h |
+++ b/webkit/forms/form_field.h |
@@ -25,6 +25,7 @@ struct WEBKIT_FORMS_EXPORT FormField { |
// ids. |
bool operator==(const FormField& field) const; |
bool operator!=(const FormField& field) const; |
+ bool operator<(const FormField& field) const; |
csharp
2012/03/06 16:09:23
Not sure how best to deal with this. Using the map
Ilya Sherman
2012/03/06 20:32:44
This seems fine, but please add a comment that thi
csharp
2012/03/07 15:49:16
Done.
|
string16 label; |
string16 name; |