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

Unified Diff: third_party/WebKit/Source/core/css/CSSValue.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/core/css/CSSValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
index 8c211552f10c83eaaba364d446a1e9bce33fe6a3..3a3f787a26a907ff54e6e97e3b2f99f8112b2787 100644
--- a/third_party/WebKit/Source/core/css/CSSValue.h
+++ b/third_party/WebKit/Source/core/css/CSSValue.h
@@ -41,8 +41,8 @@ class CORE_EXPORT CSSValue : public GarbageCollectedFinalized<CSSValue> {
const char typeName[] = "blink::CSSValue";
return ThreadHeap::allocateOnArenaIndex(
state, size,
- isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::CSSValueArenaIndex,
- GCInfoTrait<CSSValue>::index(), typeName);
+ is_eager ? BlinkGC::kEagerSweepArenaIndex : BlinkGC::kCSSValueArenaIndex,
+ GCInfoTrait<CSSValue>::index(), kTypeName);
}
// TODO(sashab): Remove this method and move logic to the caller.

Powered by Google App Engine
This is Rietveld 408576698