| Index: ppapi/proxy/ppb_core_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_core_proxy.cc b/ppapi/proxy/ppb_core_proxy.cc
|
| index 391a914540086d156c61dcdfef7b08f4cb494e9b..b8b50134a9908239e4c5df7e94bd744dc46e4541 100644
|
| --- a/ppapi/proxy/ppb_core_proxy.cc
|
| +++ b/ppapi/proxy/ppb_core_proxy.cc
|
| @@ -29,7 +29,7 @@ namespace {
|
|
|
| base::MessageLoopProxy* GetMainThreadMessageLoop() {
|
| static scoped_refptr<base::MessageLoopProxy> proxy(
|
| - base::MessageLoopProxy::CreateForCurrentThread());
|
| + base::MessageLoopProxy::current());
|
| return proxy.get();
|
| }
|
|
|
|
|