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

Unified Diff: test/cctest/test-ast-types.cc

Issue 2394213003: Named all zones in the project (Closed)
Patch Set: Merge branch 'master' into zonenames Created 4 years, 2 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
« no previous file with comments | « test/cctest/test-ast.cc ('k') | test/cctest/test-bit-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-ast-types.cc
diff --git a/test/cctest/test-ast-types.cc b/test/cctest/test-ast-types.cc
index 39d2d70eb00a894f058babdee09c67d7d432a38a..942989d63a80f45f745852080490b0226b9f9ecf 100644
--- a/test/cctest/test-ast-types.cc
+++ b/test/cctest/test-ast-types.cc
@@ -48,7 +48,7 @@ struct Tests {
Tests()
: isolate(CcTest::InitIsolateOnce()),
scope(isolate),
- zone(isolate->allocator()),
+ zone(isolate->allocator(), ZONE_NAME),
T(&zone, isolate, isolate->random_number_generator()) {}
bool IsBitset(AstType* type) { return type->IsBitsetForTesting(); }
« no previous file with comments | « test/cctest/test-ast.cc ('k') | test/cctest/test-bit-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698