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

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

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: finalize HashTable Created 6 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 | « no previous file | Source/core/css/CSSCalculationValue.h » ('j') | Source/core/css/CSSCalculationValue.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSBasicShapes.h
diff --git a/Source/core/css/CSSBasicShapes.h b/Source/core/css/CSSBasicShapes.h
index 78b84df13d793817ce10a33bcdce42719be87afb..0c557e265ea6a2d30e5192e9e573ec44f9785f02 100644
--- a/Source/core/css/CSSBasicShapes.h
+++ b/Source/core/css/CSSBasicShapes.h
@@ -60,8 +60,10 @@ public:
virtual void trace(Visitor* visitor) { visitor->trace(m_layoutBox); }
+#if !ENABLE(OILPAN)
haraken 2014/03/11 10:26:37 I'm not that happy to have a lot of ENABLE(OILPAN)
Erik Corry 2014/03/11 10:34:26 This is unfortunate, but the warning from the clan
public:
virtual ~CSSBasicShape() { }
+#endif
protected:
CSSBasicShape() { }
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValue.h » ('j') | Source/core/css/CSSCalculationValue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698