| Index: webkit/glue/plugins/plugin_stream_posix.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_stream_posix.cc (revision 23574)
|
| +++ webkit/glue/plugins/plugin_stream_posix.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| bool PluginStream::OpenTempFile() {
|
| DCHECK(temp_file_ == NULL);
|
|
|
| - if (file_util::CreateTemporaryFileName(&temp_file_path_))
|
| + if (file_util::CreateTemporaryFile(&temp_file_path_))
|
| temp_file_ = file_util::OpenFile(temp_file_path_, "a");
|
|
|
| if (!temp_file_) {
|
|
|