| 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 3186d7f508a120c81b716e8af8c743beb9f1d2d5..cee4ac35b7b28472a3e26dd3f8f3f4e576379370 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);
|
|
|