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

Unified Diff: Source/platform/Timer.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/platform/Timer.h
diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h
index 5f652c9f48ef63656c948ad2ae5e9e3338315003..0dc074b6b5738c87121fe33acd27d6c0735efcb1 100644
--- a/Source/platform/Timer.h
+++ b/Source/platform/Timer.h
@@ -73,6 +73,8 @@ public:
static void fireTimersInNestedEventLoop();
+ virtual void trace(Visitor*) { }
+
private:
virtual void fired() = 0;

Powered by Google App Engine
This is Rietveld 408576698