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

Unified Diff: Source/core/timing/PerformanceNavigation.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/timing/PerformanceNavigation.h
diff --git a/Source/core/timing/PerformanceNavigation.h b/Source/core/timing/PerformanceNavigation.h
index 819404398b52751a898af1e2caf664e4eba4dc3a..a6dde6e19bb86671969fac448934ce56cf6a5498 100644
--- a/Source/core/timing/PerformanceNavigation.h
+++ b/Source/core/timing/PerformanceNavigation.h
@@ -58,7 +58,7 @@ public:
unsigned short type() const;
unsigned short redirectCount() const;
- void trace(Visitor*) { }
+ virtual void trace(Visitor*) { }
private:
explicit PerformanceNavigation(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698