| Index: webkit/glue/plugins/webplugin_impl.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_impl.cc (revision 68125)
|
| +++ webkit/glue/plugins/webplugin_impl.cc (working copy)
|
| @@ -96,12 +96,10 @@
|
| // response.
|
| virtual void didReceiveResponse(
|
| WebURLLoader*, const WebURLResponse& response) {
|
| - int instance_size;
|
| if (!MultipartResponseDelegate::ReadContentRanges(
|
| response,
|
| &byte_range_lower_bound_,
|
| - &byte_range_upper_bound_,
|
| - &instance_size)) {
|
| + &byte_range_upper_bound_)) {
|
| NOTREACHED();
|
| return;
|
| }
|
|
|