| Index: Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| diff --git a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| index c9853eb6ed5c6d41b4e717b3c91e3b1d4f4eb058..fa72f189038400d174573903d0728857d8d7b260 100644
|
| --- a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| +++ b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
|
| @@ -31,7 +31,7 @@ public:
|
| // It is only valid to call this before completion.
|
| ScriptPromise promise();
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| explicit ContentDecryptionModuleResultPromise(ScriptState*);
|
|
|