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

Unified Diff: test/mjsunit/property-object-key.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/property-load-across-eval.js ('k') | test/mjsunit/prototype.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/property-object-key.js
diff --git a/test/mjsunit/property-object-key.js b/test/mjsunit/property-object-key.js
index 5eb1e1b9ecefff9d9ae791655aab3d2b07e726f0..84b4addca0513ff8ef9d9e9cc1fa8b6eb694f8cc 100644
--- a/test/mjsunit/property-object-key.js
+++ b/test/mjsunit/property-object-key.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-var key = { toString: function() { return 'baz'; } }
+var key = { toString: function() { return 'baz'; } };
var object = { baz: 42 };
assertEquals(42, object[key]);
« no previous file with comments | « test/mjsunit/property-load-across-eval.js ('k') | test/mjsunit/prototype.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698