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

Unified Diff: Source/core/loader/ImageLoader.h

Issue 856493002: Oilpan: persist Timer<T>'s object while active. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: simplified and generalized Created 5 years, 11 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
« no previous file with comments | « no previous file | Source/platform/Timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/ImageLoader.h
diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
index 4264da3f9c5120ea8dc71bd5001ca7e33a5b1d5b..c07b87c72070e1ee367ccbf216043ef4c415df49 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 UpdateFromElementBehavior {
// This should be the update behavior when the element is attached to a document, or when DOM mutations trigger a new load.
« no previous file with comments | « no previous file | Source/platform/Timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698