| Index: Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
|
| index ed6c5da08dd9fdee88f71f72adca64cfadede86b..b209186ea08ec3e03e2ace5f77d4de70881ba2bb 100644
|
| --- a/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -80,7 +80,7 @@ protected:
|
| HashMap<IntSize, RefPtr<Image>> m_images; // A cache of Image objects by image size.
|
|
|
| #if ENABLE(OILPAN)
|
| - // FIXME: Oilpan: when/if we can make the renderer point directly to the CSSImageGenerator value using
|
| + // FIXME: Oilpan: when/if we can make the layoutObject point directly to the CSSImageGenerator value using
|
| // a member we don't need to have this hack where we keep a persistent to the instance as long as
|
| // there are clients in the LayoutObjectSizeCountMap.
|
| GC_PLUGIN_IGNORE("366546")
|
|
|