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

Unified Diff: Source/core/css/CSSValuePool.cpp

Issue 750863004: Oilpan: fix build after r186604. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSValuePool.cpp
diff --git a/Source/core/css/CSSValuePool.cpp b/Source/core/css/CSSValuePool.cpp
index 23c4de56d9cf83c219464a043f36d7b2ad1beaf9..c07cda20562dc4952e2d327c6be62ccf4a88b328 100644
--- a/Source/core/css/CSSValuePool.cpp
+++ b/Source/core/css/CSSValuePool.cpp
@@ -156,6 +156,7 @@ void CSSValuePool::trace(Visitor* visitor)
visitor->trace(m_inheritedValue);
visitor->trace(m_implicitInitialValue);
visitor->trace(m_explicitInitialValue);
+ visitor->trace(m_unsetValue);
visitor->trace(m_identifierValueCache);
visitor->trace(m_colorValueCache);
visitor->trace(m_colorTransparent);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698