Index: webkit/plugins/ppapi/content_decryptor_delegate.cc |
diff --git a/webkit/plugins/ppapi/content_decryptor_delegate.cc b/webkit/plugins/ppapi/content_decryptor_delegate.cc |
index 5e3a64987d630ff1648581a32cda3afc77dab707..e9567be906c3f145b61b16eb5e2eca7578fc6705 100644 |
--- a/webkit/plugins/ppapi/content_decryptor_delegate.cc |
+++ b/webkit/plugins/ppapi/content_decryptor_delegate.cc |
@@ -281,7 +281,7 @@ ContentDecryptorDelegate::ContentDecryptorDelegate( |
pending_video_decoder_init_request_id_(0), |
pending_audio_decode_request_id_(0), |
pending_video_decode_request_id_(0), |
- ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)), |
+ weak_ptr_factory_(this), |
weak_this_(weak_ptr_factory_.GetWeakPtr()) { |
} |