| Index: ppapi/proxy/plugin_dispatcher.cc
|
| diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc
|
| index 0198b6b2a6809a0862d9dd7d30799a6905a8b139..799c3fa818301213db5327ad7b74ea7ab12a5b29 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.cc
|
| +++ b/ppapi/proxy/plugin_dispatcher.cc
|
| @@ -116,7 +116,7 @@ const void* PluginDispatcher::GetBrowserInterface(const char* interface_name) {
|
|
|
| // static
|
| void PluginDispatcher::LogWithSource(PP_Instance instance,
|
| - PP_LogLevel_Dev level,
|
| + PP_LogLevel level,
|
| const std::string& source,
|
| const std::string& value) {
|
| if (!g_live_dispatchers || !g_instance_to_dispatcher)
|
|
|