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

Unified Diff: src/compiler.h

Issue 558042: Add fast code generator visitor. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | src/fast-codegen.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 0661f348027ac366c79b56aec45f3e4a1a2c94e2..d12423df86cbdd17604f7049a30f56d0274e50e6 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -42,7 +42,7 @@ class CompilationInfo BASE_EMBEDDED {
Handle<Object> receiver,
int loop_nesting)
: shared_info_(shared_info),
- receiver_(receiver_),
+ receiver_(receiver),
loop_nesting_(loop_nesting) {
}
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | src/fast-codegen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698