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

Unified Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: check-webkit-style fixes. 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/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index 8725bf275c9008b7177b6b66618e33d8a940b2e8..2e18a7526eb3790d9b2dae4d35a8540b4cae3aa8 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -170,8 +170,8 @@ class CORE_EXPORT Node : public EventTarget {
const char typeName[] = "blink::Node";
return ThreadHeap::allocateOnArenaIndex(
state, size,
- isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::NodeArenaIndex,
- GCInfoTrait<EventTarget>::index(), typeName);
+ is_eager ? BlinkGC::kEagerSweepArenaIndex : BlinkGC::kNodeArenaIndex,
+ GCInfoTrait<EventTarget>::index(), kTypeName);
}
static void dumpStatistics();

Powered by Google App Engine
This is Rietveld 408576698