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

Unified Diff: third_party/WebKit/Source/core/css/CSSValue.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. 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/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 f38b4edd3c18a69986f57fdc83531f80253fc9b1..74dd16f379b5c997cd3b7ee7341d932f220b80d7 100644
--- a/third_party/WebKit/Source/core/css/CSSValue.h
+++ b/third_party/WebKit/Source/core/css/CSSValue.h
@@ -43,8 +43,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.
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSRuleList.h ('k') | third_party/WebKit/Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698