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

Unified Diff: trunk/src/chrome/test/data/extensions/api_test/executescript/callback/test.js

Issue 16511004: Revert 205184 "Revert 204057 "Recurse to a maximum depth of 10 i..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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 | trunk/src/content/renderer/v8_value_converter_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/data/extensions/api_test/executescript/callback/test.js
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/executescript/callback/test.js (revision 205208)
+++ trunk/src/chrome/test/data/extensions/api_test/executescript/callback/test.js (working copy)
@@ -86,7 +86,7 @@
});
},
- // Non-pure ojbects (like DOM nodes) will get converted as best they can.
+ // Non-pure object (like DOM nodes) will get converted as best they can.
function executeCallbackDOMObjShouldSucceed() {
var scriptDetails = {};
scriptDetails.code = 'var a = document.getElementById("testDiv"); a;';
« no previous file with comments | « no previous file | trunk/src/content/renderer/v8_value_converter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698