Index: chrome/common/autofill_messages.cc |
diff --git a/chrome/common/autofill_messages.cc b/chrome/common/autofill_messages.cc |
index 80b43f3988acac63f3962eb4c4a76fccca2742e7..ec9bab8ddb67265a46540f86067ad618f99f87d3 100644 |
--- a/chrome/common/autofill_messages.cc |
+++ b/chrome/common/autofill_messages.cc |
@@ -28,7 +28,7 @@ bool ParamTraits<webkit_glue::FormField>::Read(const Message* m, void** iter, |
param_type* p) { |
string16 label, name, value, form_control_type; |
int max_length = 0; |
- bool is_autofilled; |
+ bool is_autofilled = false; // clang pr9122 |
std::vector<string16> options; |
bool result = ReadParam(m, iter, &label); |
result = result && ReadParam(m, iter, &name); |