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

Unified Diff: test/mjsunit/bugs/bug-1015.js

Issue 6004009: Fix tab in javascript file. (Closed)
Patch Set: Created 9 years, 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/bugs/bug-1015.js
diff --git a/test/mjsunit/bugs/bug-1015.js b/test/mjsunit/bugs/bug-1015.js
index ae2b84cee4c6467ed1112486d8a2a86381ba6ab5..9e4406a9aabade1fa40dd13bd439a1d395dbe5cd 100644
--- a/test/mjsunit/bugs/bug-1015.js
+++ b/test/mjsunit/bugs/bug-1015.js
@@ -35,7 +35,7 @@ function mkFail(message) {
}
Object.defineProperty(Object.prototype, "foo",
- {get: mkFail("oget"), set: mkFail("oset")});
+ {get: mkFail("oget"), set: mkFail("oset")});
Object.defineProperty(Array.prototype, "2",
{get: mkFail("aget"), set: mkFail("aset")});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698