Chromium Code Reviews

Unified Diff: src/codegen-ia32.cc

Issue 1938: Fix bug in function context slot lookup. There were two problems: we... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/scopeinfo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen-ia32.cc
===================================================================
--- src/codegen-ia32.cc (revision 267)
+++ src/codegen-ia32.cc (working copy)
@@ -918,7 +918,6 @@
Scope* scope,
Reference* ref,
InitState init_state) {
-
Comment cmnt(masm, "[ Store to VariableProxy");
Variable* node = var();
« no previous file with comments | « no previous file | src/scopeinfo.cc » ('j') | no next file with comments »

Powered by Google App Engine