| Index: webkit/glue/plugins/webplugin_delegate_impl.cc
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl.cc b/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| index 664ebed62f677d8a0cce0d80dcf5bb4de93f0ca3..b15fbf1bda34109049bdc465387c9cea81a36fb6 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| @@ -210,7 +210,7 @@ void WebPluginDelegateImpl::WindowedUpdateGeometry(
|
| }
|
|
|
| WebPluginResourceClient* WebPluginDelegateImpl::CreateResourceClient(
|
| - int resource_id, const GURL& url, bool notify_needed,
|
| + unsigned long resource_id, const GURL& url, bool notify_needed,
|
| intptr_t notify_data, intptr_t existing_stream) {
|
| // Stream already exists. This typically happens for range requests
|
| // initiated via NPN_RequestRead.
|
|
|