| Index: Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.h
|
| diff --git a/Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.h b/Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.h
|
| index 4ec868f422e0e58486d29e504a4483b018f5ec5d..12ffe54d363d3b375a47f9f6415b081831193c83 100644
|
| --- a/Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.h
|
| +++ b/Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.h
|
| @@ -29,9 +29,9 @@ public:
|
| virtual ~SimpleContentDecryptionModuleResult();
|
|
|
| // ContentDecryptionModuleResult implementation.
|
| - virtual void complete() OVERRIDE;
|
| - virtual void completeWithSession(WebContentDecryptionModuleResult::SessionStatus) OVERRIDE;
|
| - virtual void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) OVERRIDE;
|
| + virtual void complete() override;
|
| + virtual void completeWithSession(WebContentDecryptionModuleResult::SessionStatus) override;
|
| + virtual void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) override;
|
|
|
| // It is only valid to call this before completion.
|
| ScriptPromise promise();
|
|
|