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

Unified Diff: Source/modules/push_messaging/PushRegistration.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/modules/push_messaging/PushRegistration.h
diff --git a/Source/modules/push_messaging/PushRegistration.h b/Source/modules/push_messaging/PushRegistration.h
index aee30624d8652a8108ad977bef558af6380f986a..dc434d6fdd407da582bdf2f06839d91f408e161c 100644
--- a/Source/modules/push_messaging/PushRegistration.h
+++ b/Source/modules/push_messaging/PushRegistration.h
@@ -26,7 +26,7 @@ public:
const String& pushEndpoint() const { return m_pushEndpoint; }
const String& pushRegistrationId() const { return m_pushRegistrationId; }
- void trace(Visitor*) { }
+ virtual void trace(Visitor*) { }
private:
PushRegistration(const String& pushEndpoint, const String& pushRegistrationId);

Powered by Google App Engine
This is Rietveld 408576698