| 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:
|
|
|