| Index: media/mojo/interfaces/content_decryption_module.mojom
|
| diff --git a/media/mojo/interfaces/content_decryption_module.mojom b/media/mojo/interfaces/content_decryption_module.mojom
|
| index 52c8da5c8c033907848f98a1336b4fcdd322d0a8..4eca818c26ca2cbf95cc3903ada841e9cd44948d 100644
|
| --- a/media/mojo/interfaces/content_decryption_module.mojom
|
| +++ b/media/mojo/interfaces/content_decryption_module.mojom
|
| @@ -24,7 +24,7 @@ struct CdmConfig {
|
| // - When |success| is false, the promise is rejected with |exception|,
|
| // |system_code| and |error_message|.
|
| struct CdmPromiseResult {
|
| - // See media::MediaKeys::Exception
|
| + // See media::CdmPromise::Exception
|
| [Native]
|
| enum Exception;
|
|
|
|
|