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

Unified Diff: Source/core/fileapi/Blob.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/fileapi/Blob.h
diff --git a/Source/core/fileapi/Blob.h b/Source/core/fileapi/Blob.h
index d1263177b5548e67aad7673675f9fadc0002af82..e65bef38d08858d76b1a3d53eccc5447ade3cb87 100644
--- a/Source/core/fileapi/Blob.h
+++ b/Source/core/fileapi/Blob.h
@@ -93,7 +93,7 @@ public:
// URLRegistrable to support PublicURLs.
virtual URLRegistry& registry() const OVERRIDE FINAL;
- void trace(Visitor*) { }
+ virtual void trace(Visitor*) { }
protected:
explicit Blob(PassRefPtr<BlobDataHandle>);

Powered by Google App Engine
This is Rietveld 408576698