| Index: webkit/glue/plugins/plugin_stream_url.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_stream_url.cc (revision 7063)
|
| +++ webkit/glue/plugins/plugin_stream_url.cc (working copy)
|
| @@ -42,11 +42,13 @@
|
| const std::string& headers,
|
| uint32 expected_length,
|
| uint32 last_modified,
|
| + bool request_is_seekable,
|
| bool* cancel) {
|
| bool opened = Open(mime_type,
|
| headers,
|
| expected_length,
|
| - last_modified);
|
| + last_modified,
|
| + request_is_seekable);
|
| if (!opened) {
|
| instance()->RemoveStream(this);
|
| *cancel = true;
|
|
|