| Index: ppapi/proxy/ppb_broker_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_broker_proxy.cc b/ppapi/proxy/ppb_broker_proxy.cc
|
| index 4e19b662bb8e159d31fa77795e724dd3f87d36fa..19cd978608f773fe60960b1667ec083c485a7942 100644
|
| --- a/ppapi/proxy/ppb_broker_proxy.cc
|
| +++ b/ppapi/proxy/ppb_broker_proxy.cc
|
| @@ -113,7 +113,7 @@ void Broker::ConnectComplete(IPC::PlatformFileForTransit socket_handle,
|
|
|
| PPB_Broker_Proxy::PPB_Broker_Proxy(Dispatcher* dispatcher)
|
| : InterfaceProxy(dispatcher),
|
| - callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)){
|
| + callback_factory_(this){
|
| }
|
|
|
| PPB_Broker_Proxy::~PPB_Broker_Proxy() {
|
|
|