| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index ae6da6045e0e04daf303ecad183f61b6e3491f09..8265ba1fb091556ec024d0d5c567effc15321035 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -84,7 +84,7 @@ class PluginDispatcher : public Dispatcher {
|
| // DidCreateInstance/DidDestroyInstance.
|
| static PluginDispatcher* GetForInstance(PP_Instance instance);
|
|
|
| - static const void* GetInterfaceFromDispatcher(const char* interface);
|
| + static const void* GetInterfaceFromDispatcher(const char* iface);
|
|
|
| // You must call this function before anything else. Returns true on success.
|
| // The delegate pointer must outlive this class, ownership is not
|
|
|