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

Unified Diff: test/mjsunit/debug-liveedit-patch-positions-replace.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 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 | « test/mjsunit/debug-liveedit-patch-positions.js ('k') | test/mjsunit/debug-liveedit-utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-liveedit-patch-positions-replace.js
diff --git a/test/mjsunit/debug-liveedit-patch-positions-replace.js b/test/mjsunit/debug-liveedit-patch-positions-replace.js
index 09b1b48e628785deb37d5578df963a93c27eba48..86f9abcc5412d39411646bf94f678c60be04a5d6 100644
--- a/test/mjsunit/debug-liveedit-patch-positions-replace.js
+++ b/test/mjsunit/debug-liveedit-patch-positions-replace.js
@@ -36,7 +36,7 @@
// change they are 114 characters away from each other. New instance of Code is
// required when those numbers cross the border value of 64 (in any direction).
-Debug = debug.Debug
+Debug = debug.Debug;
eval(
"function BeingReplaced(changer, opt_x, opt_y) {\n" +
« no previous file with comments | « test/mjsunit/debug-liveedit-patch-positions.js ('k') | test/mjsunit/debug-liveedit-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698