| 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..59e43ffe6ae2cec56c7e9624500b9556424ddbfc 100644
|
| --- a/webkit/glue/weburlresponse_extradata_impl.cc
|
| +++ b/webkit/glue/weburlresponse_extradata_impl.cc
|
| @@ -8,7 +8,8 @@ namespace webkit_glue {
|
|
|
| WebURLResponseExtraDataImpl::WebURLResponseExtraDataImpl(
|
| const std::string& npn_negotiated_protocol)
|
| - : npn_negotiated_protocol_(npn_negotiated_protocol) {
|
| + : npn_negotiated_protocol_(npn_negotiated_protocol),
|
| + is_ftp_directory_listing_(false) {
|
| }
|
|
|
| WebURLResponseExtraDataImpl::~WebURLResponseExtraDataImpl() {
|
|
|