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