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

Unified Diff: test/mjsunit/get-prototype-of.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/get-own-property-descriptor.js ('k') | test/mjsunit/html-string-funcs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/get-prototype-of.js
diff --git a/test/mjsunit/get-prototype-of.js b/test/mjsunit/get-prototype-of.js
index 6475bde6515fe62147f9311ce958fe3d71ac43c8..d5425a0e2568d8f479d898642c2c23eb503c6e90 100644
--- a/test/mjsunit/get-prototype-of.js
+++ b/test/mjsunit/get-prototype-of.js
@@ -35,7 +35,7 @@ function TryGetPrototypeOfNonObject(x) {
}
assertTrue(caught instanceof TypeError);
-};
+}
function GetPrototypeOfObject(x) {
assertDoesNotThrow(Object.getPrototypeOf(x));
@@ -43,7 +43,7 @@ function GetPrototypeOfObject(x) {
assertEquals(Object.getPrototypeOf(x), x.__proto__);
}
-function F(){};
+function F(){}
// Non object
var x = 10;
« no previous file with comments | « test/mjsunit/get-own-property-descriptor.js ('k') | test/mjsunit/html-string-funcs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698