| Index: webkit/plugins/npapi/plugin_host.cc
|
| diff --git a/webkit/plugins/npapi/plugin_host.cc b/webkit/plugins/npapi/plugin_host.cc
|
| index 1fd542faf68109803bff114e97410ce7700e5739..52c2a960224d2de472809a528592d3bd62cc0756 100644
|
| --- a/webkit/plugins/npapi/plugin_host.cc
|
| +++ b/webkit/plugins/npapi/plugin_host.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -460,7 +460,7 @@ static NPError PostURLNotify(NPP id,
|
| base::SysNativeMBToWide(file_path_ascii));
|
| }
|
|
|
| - base::PlatformFileInfo post_file_info = {0};
|
| + base::PlatformFileInfo post_file_info;
|
| if (!file_util::GetFileInfo(file_path, &post_file_info) ||
|
| post_file_info.is_directory)
|
| return NPERR_FILE_NOT_FOUND;
|
|
|