| Index: Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
|
| index 57acd5d2e533e72cd797873745c77170d1e7d282..125f83e1500284764c04a8a8d0cb2b97e1e8f072 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -88,7 +88,7 @@ public:
|
| virtual bool hasPendingActivity() const override;
|
| virtual void stop() override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| class PendingAction;
|
|
|