| Index: webkit/media/crypto/ppapi/content_decryption_module.h | 
| diff --git a/webkit/media/crypto/ppapi/content_decryption_module.h b/webkit/media/crypto/ppapi/content_decryption_module.h | 
| index 4fd2ed97690bc6e62b8a73f166583837656c91a0..7cfb5b2dcc9dccbab649e845283b5fa6d821a260 100644 | 
| --- a/webkit/media/crypto/ppapi/content_decryption_module.h | 
| +++ b/webkit/media/crypto/ppapi/content_decryption_module.h | 
| @@ -166,7 +166,7 @@ struct VideoDecoderConfig { | 
| profile(kUnknownVideoCodecProfile), | 
| format(kUnknownVideoFormat), | 
| extra_data(NULL), | 
| -        extra_data_size() {} | 
| +        extra_data_size(0) {} | 
|  | 
| VideoCodec codec; | 
| VideoCodecProfile profile; | 
|  |