| Index: chrome_frame/plugin_url_request.cc
|
| diff --git a/chrome_frame/plugin_url_request.cc b/chrome_frame/plugin_url_request.cc
|
| index deeac65856a9ed04085c4a40b4101b6d25cbe736..d4c6035a1e98b63585d3a94e69132cdcc13bae24 100644
|
| --- a/chrome_frame/plugin_url_request.cc
|
| +++ b/chrome_frame/plugin_url_request.cc
|
| @@ -43,7 +43,7 @@ bool PluginUrlRequest::Initialize(PluginUrlRequestDelegate* delegate,
|
| if (FAILED(hr)) {
|
| NOTREACHED();
|
| } else {
|
| - post_data_len_ = upload_data->GetContentLength();
|
| + post_data_len_ = upload_data->GetContentLengthSync();
|
| upload_stream->AddRef();
|
| upload_stream->Initialize(upload_data);
|
| upload_data_.Attach(upload_stream);
|
|
|