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

Unified Diff: Source/modules/filesystem/FileWriterBase.h

Issue 941363003: InlinedVisitor: Migrate filesystem to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/filesystem/FileWriterBaseCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriterBase.h
diff --git a/Source/modules/filesystem/FileWriterBase.h b/Source/modules/filesystem/FileWriterBase.h
index 9de5f9708c52812c112650208b599e9b489d29fd..ecf5ef198a67296f6fff5cad0cdd57ae68c193ba 100644
--- a/Source/modules/filesystem/FileWriterBase.h
+++ b/Source/modules/filesystem/FileWriterBase.h
@@ -53,7 +53,7 @@ public:
return m_length;
}
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
FileWriterBase();
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/filesystem/FileWriterBaseCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698