| Index: ppapi/proxy/ppb_message_loop_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_message_loop_proxy.cc b/ppapi/proxy/ppb_message_loop_proxy.cc
|
| index 582ddcbeb73d92e3fe869ba30fbc0d3eb576af83..2bc9694ab5d4deeed91c5461763a9022058916d3 100644
|
| --- a/ppapi/proxy/ppb_message_loop_proxy.cc
|
| +++ b/ppapi/proxy/ppb_message_loop_proxy.cc
|
| @@ -86,7 +86,7 @@ int32_t MessageLoopResource::AttachToCurrentThread() {
|
| AddRef();
|
| slot->Set(this);
|
|
|
| - loop_.reset(new base::MessageLoop(base::MessageLoop::TYPE_DEFAULT));
|
| + loop_.reset(new base::MessageLoop);
|
| loop_proxy_ = base::MessageLoopProxy::current();
|
|
|
| // Post all pending work to the message loop.
|
|
|