Ignore:
Timestamp:
Jun 11, 2009, 11:47:13 AM (16 years ago)
Author:
[email protected]
Message:

Lower stringify recursion limit to deal with small windows stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSONObject.cpp

    r44550 r44610  
    8181    // <https://bugs.webkit.org/show_bug.cgi?id=26276> arbitrary limits for recursion
    8282    // are bad
    83     enum { MaxObjectDepth = 1600 };
     83    enum { MaxObjectDepth = 512 };
    8484public:
    8585    Stringifier(ExecState* exec, JSValue replacer, const UString& gap)
Note: See TracChangeset for help on using the changeset viewer.