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

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

Issue 16295013: Only recurse to depth 10 in v8_value_converter_impl.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: std::make_pari Created 7 years, 7 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 | 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: chrome/test/data/extensions/api_test/executescript/callback/test.js
diff --git a/chrome/test/data/extensions/api_test/executescript/callback/test.js b/chrome/test/data/extensions/api_test/executescript/callback/test.js
index 4576fc6839b6a718052598f1c74e70b9defdef89..bbe3e07924fbff63b1ce724023331d3fd4788a73 100644
--- a/chrome/test/data/extensions/api_test/executescript/callback/test.js
+++ b/chrome/test/data/extensions/api_test/executescript/callback/test.js
@@ -86,7 +86,7 @@ chrome.test.getConfig(function(config) {
});
},
- // 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 | content/renderer/v8_value_converter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698