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

Unified Diff: src/ast.cc

Issue 107933005: Templatise type representation (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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/ast.h ('k') | src/code-stubs.cc » ('j') | src/ic.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.cc
diff --git a/src/ast.cc b/src/ast.cc
index aeb767ef0c983293cb1b28fb94b1a6efb5aaff44..90b63436e9cc0ae8cbfdb4433c07a169dbc80aa6 100644
--- a/src/ast.cc
+++ b/src/ast.cc
@@ -1123,7 +1123,7 @@ CaseClause::CaseClause(Isolate* isolate,
: AstNode(pos),
label_(label),
statements_(statements),
- compare_type_(Type::None(), isolate),
+ compare_type_(Type::None(isolate)),
compare_id_(AstNode::GetNextId(isolate)),
entry_id_(AstNode::GetNextId(isolate)) {
}
« no previous file with comments | « src/ast.h ('k') | src/code-stubs.cc » ('j') | src/ic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698