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

Unified Diff: Source/modules/filesystem/InspectorFileSystemAgent.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
Index: Source/modules/filesystem/InspectorFileSystemAgent.h
diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.h b/Source/modules/filesystem/InspectorFileSystemAgent.h
index 1b2233d517a26246c1ba0c593dd6361a18d8b727..81dd9c42ad690f1e9be5250ed0b3ea253c1a17b2 100644
--- a/Source/modules/filesystem/InspectorFileSystemAgent.h
+++ b/Source/modules/filesystem/InspectorFileSystemAgent.h
@@ -45,7 +45,7 @@ class InspectorFileSystemAgent final : public InspectorBaseAgent<InspectorFileSy
public:
static PassOwnPtrWillBeRawPtr<InspectorFileSystemAgent> create(Page*);
virtual ~InspectorFileSystemAgent();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
virtual void enable(ErrorString*) override;
virtual void disable(ErrorString*) override;
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.cpp ('k') | Source/modules/filesystem/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698