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

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

Issue 230083003: Oilpan: Move WorkerClients to the managed heap and trace its supplements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: CR comments and unbreak the non-oilpan build Created 6 years, 8 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/LocalFileSystem.h
diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
index f8465b2a0c915474626e319b6c195b9bb3177e55..8ef8f0d58eaddf4aa8b4e02ab7b7b26ebbe9104c 100644
--- a/Source/modules/filesystem/LocalFileSystem.h
+++ b/Source/modules/filesystem/LocalFileSystem.h
@@ -59,7 +59,7 @@ public:
virtual void trace(Visitor*) OVERRIDE
{
- // FIXME: Oilpan: Move Page and WorkerClients to the managed heap before using this trace method.
+ // FIXME: Oilpan: Move Page to the managed heap before using this trace method.
}
protected:
« no previous file with comments | « Source/core/workers/WorkerThreadStartupData.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerContainerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698