Index: webkit/glue/weburlresponse_extradata_impl.cc |
diff --git a/webkit/glue/weburlresponse_extradata_impl.cc b/webkit/glue/weburlresponse_extradata_impl.cc |
index 27ca642f3c9c2dbdeb1d806dc5f4c0f1e6b57cf4..a31aa3c94c1b4006e723006134284a76f720a7b3 100644 |
--- a/webkit/glue/weburlresponse_extradata_impl.cc |
+++ b/webkit/glue/weburlresponse_extradata_impl.cc |
@@ -8,7 +8,9 @@ namespace webkit_glue { |
WebURLResponseExtraDataImpl::WebURLResponseExtraDataImpl( |
const std::string& npn_negotiated_protocol) |
- : npn_negotiated_protocol_(npn_negotiated_protocol) { |
+ : npn_negotiated_protocol_(npn_negotiated_protocol), |
+ is_multipart_payload_(false), |
+ is_ftp_directory_listing_(false) { |
} |
WebURLResponseExtraDataImpl::~WebURLResponseExtraDataImpl() { |