Index: webkit/plugins/ppapi/audio_helper.cc |
diff --git a/webkit/plugins/ppapi/audio_helper.cc b/webkit/plugins/ppapi/audio_helper.cc |
index 686ac90d7b09cf6189a91996474a2e78b9482a0b..f7ad2304c298f2b1480af9d1b54b69473f64813e 100644 |
--- a/webkit/plugins/ppapi/audio_helper.cc |
+++ b/webkit/plugins/ppapi/audio_helper.cc |
@@ -63,7 +63,7 @@ void AudioHelper::StreamCreated( |
shared_memory_size_for_create_callback_ = shared_memory_size; |
socket_for_create_callback_.reset(new base::SyncSocket(socket_handle)); |
- ::ppapi::TrackedCallback::ClearAndRun(&create_callback_, PP_OK); |
+ create_callback_->Run(PP_OK); |
// It might be nice to close the handles here to free up some system |
// resources, but we can't since there's a race condition. The handles must |