Recurse to a maximum depth of 10 in v8_value_converter_impl.cc. There are
objects that get passed in (canonically <input> elements apparently) which recurse infinitely (as opposed to having a self-referential loop). The previous solution to this problem (r150035) was to disable getters, which apparently were the main cause, but this is no longer appropriate - we now use this mechanism for all extension messaging, and this has become a problem (see bug 246213). TBR=jamesr@chromium.org, mpcomplete@chromium.org BUG=246213,139933 Review URL: https://codereview.chromium.org/16295013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204057 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment