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

Unified Diff: test/cctest/compiler/code-assembler-tester.h

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/cctest.cc ('k') | test/cctest/compiler/function-tester.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/code-assembler-tester.h
diff --git a/test/cctest/compiler/code-assembler-tester.h b/test/cctest/compiler/code-assembler-tester.h
index eb2d77a17124f0a7ab923b8299b2c7e0b51aa250..1e3c58f453f7b3fa2184943a54eb1d161e7fb35b 100644
--- a/test/cctest/compiler/code-assembler-tester.h
+++ b/test/cctest/compiler/code-assembler-tester.h
@@ -13,7 +13,8 @@ namespace compiler {
class ZoneHolder {
public:
- explicit ZoneHolder(Isolate* isolate) : zone_(isolate->allocator()) {}
+ explicit ZoneHolder(Isolate* isolate)
+ : zone_(isolate->allocator(), ZONE_NAME) {}
Zone* zone() { return &zone_; }
private:
« no previous file with comments | « test/cctest/cctest.cc ('k') | test/cctest/compiler/function-tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698