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

Unified Diff: Source/web/DatabaseClientImpl.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: 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/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:

Powered by Google App Engine
This is Rietveld 408576698