| 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 6d13697e7aa44ebebc6c9dda431db9ae2d9e5692..80df2494e3c604e55d68f430c128e76b7ce9c9c0 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);
|
|
|