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

Unified Diff: Source/modules/filesystem/FileEntry.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/FileCallback.h ('k') | Source/modules/filesystem/FileEntry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileEntry.h
diff --git a/Source/modules/filesystem/FileEntry.h b/Source/modules/filesystem/FileEntry.h
index f5c25c4bfbc51be9fd4d55164e8ea46f3c0958cf..7a1bb23a318b328b0557a88460a4e9c1e113c710 100644
--- a/Source/modules/filesystem/FileEntry.h
+++ b/Source/modules/filesystem/FileEntry.h
@@ -53,7 +53,7 @@ public:
virtual bool isFile() const override { return true; }
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
FileEntry(DOMFileSystemBase*, const String& fullPath);
« no previous file with comments | « Source/modules/filesystem/FileCallback.h ('k') | Source/modules/filesystem/FileEntry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698