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

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGC.h

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 years, 11 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
Index: third_party/WebKit/Source/platform/heap/BlinkGC.h
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h
index d05033fd22f7c0cf62a90b876ea81f614f06c326..1b04304e4d9985cc6e39be197efdd9bada0b2518 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
@@ -48,8 +48,10 @@ using MovingObjectCallback = void (*)(void* callbackData,
#define FOR_EACH_TYPED_ARENA(H) \
H(Node) \
H(CSSValue)
+ /* DO NOT SUBMIT - Conflict resolution helper:
+ * Important to have CSSValue and Node rather than kCSSValue or kNode above */
-#define TypedArenaEnumName(Type) Type##ArenaIndex,
+#define TypedArenaEnumName(Type) k##Type##ArenaIndex,
class PLATFORM_EXPORT BlinkGC final {
STATIC_ONLY(BlinkGC);

Powered by Google App Engine
This is Rietveld 408576698