Index: ppapi/proxy/ppb_audio_proxy.cc |
diff --git a/ppapi/proxy/ppb_audio_proxy.cc b/ppapi/proxy/ppb_audio_proxy.cc |
index 0d2d0a4495abd2eac60ed38a8019c50d5e759a80..22488cf904972bca514926eae9e989389abc951d 100644 |
--- a/ppapi/proxy/ppb_audio_proxy.cc |
+++ b/ppapi/proxy/ppb_audio_proxy.cc |
@@ -129,7 +129,7 @@ int32_t Audio::GetSharedMemory(int* shm_handle, uint32_t* shm_size) { |
PPB_Audio_Proxy::PPB_Audio_Proxy(Dispatcher* dispatcher) |
: InterfaceProxy(dispatcher), |
- callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) { |
+ callback_factory_(this) { |
} |
PPB_Audio_Proxy::~PPB_Audio_Proxy() { |