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

Unified Diff: Source/core/plugins/DOMMimeTypeArray.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/core/plugins/DOMMimeTypeArray.h
diff --git a/Source/core/plugins/DOMMimeTypeArray.h b/Source/core/plugins/DOMMimeTypeArray.h
index 48fd0e74895c1304b0a08ad49e77460a28b51c88..e9cc6d9ae9240df797e11f06e396794dd7802d03 100644
--- a/Source/core/plugins/DOMMimeTypeArray.h
+++ b/Source/core/plugins/DOMMimeTypeArray.h
@@ -47,7 +47,7 @@ public:
bool canGetItemsForName(const AtomicString& propertyName);
PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString& propertyName);
- void trace(Visitor*) { }
+ virtual void trace(Visitor*) { }
private:
explicit DOMMimeTypeArray(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698