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

Unified Diff: Source/platform/network/SocketStreamHandleInternal.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/network/SocketStreamHandleInternal.h
diff --git a/Source/platform/network/SocketStreamHandleInternal.h b/Source/platform/network/SocketStreamHandleInternal.h
index 796869dddf203bc33c6b1ba3acb718824b18dfdb..09a0290f9bce3b61ea18998817794c25224bc097 100644
--- a/Source/platform/network/SocketStreamHandleInternal.h
+++ b/Source/platform/network/SocketStreamHandleInternal.h
@@ -70,7 +70,7 @@ public:
return 0;
}
- void trace(Visitor*);
+ virtual void trace(Visitor*);
private:
explicit SocketStreamHandleInternal(SocketStreamHandle*);

Powered by Google App Engine
This is Rietveld 408576698