Changeset 44610 in webkit for trunk/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- Jun 11, 2009, 11:47:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSONObject.cpp
r44550 r44610 81 81 // <https://bugs.webkit.org/show_bug.cgi?id=26276> arbitrary limits for recursion 82 82 // are bad 83 enum { MaxObjectDepth = 1600};83 enum { MaxObjectDepth = 512 }; 84 84 public: 85 85 Stringifier(ExecState* exec, JSValue replacer, const UString& gap)
Note:
See TracChangeset
for help on using the changeset viewer.