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

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

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/MediaKeys.h
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
index 53acca5a36d02b05eba7106e5857de2787492c6a..3cf77f55cd6b29cd5d66af87db8bb0ee97da334e 100644
--- a/Source/modules/encryptedmedia/MediaKeys.h
+++ b/Source/modules/encryptedmedia/MediaKeys.h
@@ -59,7 +59,7 @@ public:
blink::WebContentDecryptionModule* contentDecryptionModule();
- void trace(Visitor*);
+ virtual void trace(Visitor*);
// ContextLifecycleObserver
virtual void contextDestroyed() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698