| Index: Source/web/DatabaseClientImpl.h
|
| diff --git a/Source/web/DatabaseClientImpl.h b/Source/web/DatabaseClientImpl.h
|
| index 57ee8a09489358ad50ec03fbabe67b9edbedc0cb..abbfdf4a23b67bb0c346babf834dc0cd634b5d7b 100644
|
| --- a/Source/web/DatabaseClientImpl.h
|
| +++ b/Source/web/DatabaseClientImpl.h
|
| @@ -46,7 +46,7 @@ public:
|
|
|
| virtual void trace(WebCore::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.
|
| }
|
|
|
| private:
|
|
|