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

Unified Diff: third_party/WebKit/Source/platform/Supplementable.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/platform/PopupMenu.h ('k') | third_party/WebKit/Source/platform/Widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Supplementable.h
diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
index 5a2ce733ec32e55d77340f10e50db62edf846d28..be18a18ffb905372bf6350409946a8f65ecaea73 100644
--- a/third_party/WebKit/Source/platform/Supplementable.h
+++ b/third_party/WebKit/Source/platform/Supplementable.h
@@ -121,7 +121,7 @@ public:
virtual ~SupplementTracing() { }
// FIXME: Oilpan: this trace() method is only provided to minimize
// the use of ENABLE(OILPAN) for Supplements deriving from the
- // transition type WillBeHeapSupplement<>.
+ // transition type HeapSupplement<>.
//
// When that transition type is removed (or its use is substantially
// reduced), remove this dummy trace method also.
« no previous file with comments | « third_party/WebKit/Source/platform/PopupMenu.h ('k') | third_party/WebKit/Source/platform/Widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698