| Index: webkit/glue/plugins/plugin_instance.h
|
| diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h
|
| index 0c1687ab4e9f11b67c67cd5e92235d64989630fd..ec94162e53a9ce19ecbfda4d2d90ea48a9be0527 100644
|
| --- a/webkit/glue/plugins/plugin_instance.h
|
| +++ b/webkit/glue/plugins/plugin_instance.h
|
| @@ -115,7 +115,7 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
|
| // Set object_url to true if the load is for the object tag's
|
| // url, or false if it's for a url that the plugin
|
| // fetched through NPN_GetUrl[Notify].
|
| - PluginStreamUrl* CreateStream(int resource_id,
|
| + PluginStreamUrl* CreateStream(unsigned long resource_id,
|
| const GURL& url,
|
| const std::string& mime_type,
|
| bool notify_needed,
|
|
|