| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index a7d7ab339572a854bc3e2dc6933ed4dab1edae65..c572213d051cf68e03a35f4d4d208d9443c626ed 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -130,7 +130,7 @@ PluginModuleSet* GetLivePluginSet() {
|
|
|
| base::MessageLoopProxy* GetMainThreadMessageLoop() {
|
| static scoped_refptr<base::MessageLoopProxy> proxy(
|
| - base::MessageLoopProxy::CreateForCurrentThread());
|
| + base::MessageLoopProxy::current());
|
| return proxy.get();
|
| }
|
|
|
|
|