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

Unified Diff: Source/core/css/CSSImageGeneratorValue.h

Issue 1261253004: Oilpan: have CSSImageGeneratorValue use SelfKeepAlive<>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 4 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 | « no previous file | Source/core/css/CSSImageGeneratorValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSImageGeneratorValue.h
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
index 96907047d260c3fde3402618ac775f18d9b47d81..93f31566fa0a7f9ae85dab26b3bb628f2d7a439c 100644
--- a/Source/core/css/CSSImageGeneratorValue.h
+++ b/Source/core/css/CSSImageGeneratorValue.h
@@ -84,8 +84,7 @@ protected:
// 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")
- OwnPtr<Persistent<CSSImageGeneratorValue>> m_keepAlive;
+ SelfKeepAlive<CSSImageGeneratorValue> m_keepAlive;
#endif
};
« no previous file with comments | « no previous file | Source/core/css/CSSImageGeneratorValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698