Revision: 6156
Author: [email protected]
Date: Tue Jan  4 05:14:39 2011
Log: Fix tab in javascript file.

Review URL: http://codereview.chromium.org/6004009
http://code.google.com/p/v8/source/detail?r=6156

Modified:
 /branches/bleeding_edge/test/mjsunit/bugs/bug-1015.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/bugs/bug-1015.js Tue Jan 4 04:19:55 2011 +++ /branches/bleeding_edge/test/mjsunit/bugs/bug-1015.js Tue Jan 4 05:14:39 2011
@@ -35,7 +35,7 @@
 }

 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")});

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to