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

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

Issue 2813523002: Remove stray DO NOT SUMBITS left after blink rename (Closed)
Patch Set: Created 3 years, 8 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 1790076fb96a1d0209efe2c9c4bf2ff7805faa38..ffe4628f4d5bbf73e2f9cfd649bfb0d33687ddda 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
@@ -48,8 +48,6 @@ using MovingObjectCallback = void (*)(void* callback_data,
#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) k##Type##ArenaIndex,

Powered by Google App Engine
This is Rietveld 408576698