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

Unified Diff: test/mjsunit/debug-step.js

Issue 552065: Add the for statement back into the set of things the... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 | « src/fast-codegen.cc ('k') | test/mjsunit/for.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-step.js
===================================================================
--- test/mjsunit/debug-step.js (revision 3658)
+++ test/mjsunit/debug-step.js (working copy)
@@ -79,4 +79,4 @@
assertEquals(0, result);
// Get rid of the debug event listener.
-Debug.setListener(null);
+Debug.setListener(null);
fschneider 2010/01/20 15:10:43 This file did not change, right?
Erik Corry 2010/01/20 21:25:03 There was a missing newline on the last line, whic
« no previous file with comments | « src/fast-codegen.cc ('k') | test/mjsunit/for.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698