Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h

Issue 949093002: InlinedVisitor: Migrate encryptedmedia to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698