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

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

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 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
Index: Source/core/css/CSSProperty.h
diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h
index c526bf317d3feb0e192619837fd39a959208446a..f78c1959fb726c4f156cc8fe75761b6792b062b7 100644
--- a/Source/core/css/CSSProperty.h
+++ b/Source/core/css/CSSProperty.h
@@ -150,7 +150,7 @@ inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId)
namespace WTF {
template <> struct VectorTraits<WebCore::CSSProperty> : VectorTraitsBase<false, WebCore::CSSProperty> {
- static const bool needsVisiting = true;
+ static const bool needsMarking = true;
static const bool canInitializeWithMemset = true;
};

Powered by Google App Engine
This is Rietveld 408576698