Merge pull request #2596 from deepak1556/value_converter_patch

nativemate: increase recursion depth
This commit is contained in:
Cheng Zhao 2015-08-27 10:35:31 +08:00
commit 3dad645619

View file

@ -17,7 +17,7 @@ namespace atom {
namespace { namespace {
const int kMaxRecursionDepth = 20; const int kMaxRecursionDepth = 100;
} // namespace } // namespace