| Index: third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h b/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| index 62d995d5fa762cefd9abfb8c4edff27f8d64bc81..1e7bec3f4cc57d80d568a556b1ffe76cdfbf2056 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| @@ -26,7 +26,7 @@ public:
|
| void complete() override;
|
| void completeWithContentDecryptionModule(WebContentDecryptionModule*) override;
|
| void completeWithSession(WebContentDecryptionModuleResult::SessionStatus) override;
|
| - void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) final;
|
| + void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) override;
|
|
|
| // It is only valid to call this before completion.
|
| ScriptPromise promise();
|
|
|