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

Unified Diff: test/cctest/ast-types-fuzz.h

Issue 2309753002: [turbofan] Nuke class types. (Closed)
Patch Set: Created 4 years, 3 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 | « src/types.cc ('k') | test/cctest/test-ast-types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/ast-types-fuzz.h
diff --git a/test/cctest/ast-types-fuzz.h b/test/cctest/ast-types-fuzz.h
index 81d53da43b89099fe889664e6644c7ed6168f1c7..ba6286d54a3fabd3c4918e3eaa3a43b79ef2d396 100644
--- a/test/cctest/ast-types-fuzz.h
+++ b/test/cctest/ast-types-fuzz.h
@@ -36,9 +36,9 @@
namespace v8 {
namespace internal {
-class Types {
+class AstTypes {
public:
- Types(Zone* zone, Isolate* isolate, v8::base::RandomNumberGenerator* rng)
+ AstTypes(Zone* zone, Isolate* isolate, v8::base::RandomNumberGenerator* rng)
: zone_(zone), isolate_(isolate), rng_(rng) {
#define DECLARE_TYPE(name, value) \
name = AstType::name(); \
« no previous file with comments | « src/types.cc ('k') | test/cctest/test-ast-types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698