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

Unified Diff: Source/core/loader/ImageLoader.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/loader/ImageLoader.h
diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
index f8dd45a6048b957636f7af0f301ca2270b40a1dd..a6a840549b56432688dcde959c33236e1d20629e 100644
--- a/Source/core/loader/ImageLoader.h
+++ b/Source/core/loader/ImageLoader.h
@@ -61,7 +61,7 @@ class ImageLoader : public NoBaseWillBeGarbageCollectedFinalized<ImageLoader>, p
public:
explicit ImageLoader(Element*);
virtual ~ImageLoader();
- void trace(Visitor*);
+ virtual void trace(Visitor*);
enum LoadType {
LoadNormally,

Powered by Google App Engine
This is Rietveld 408576698