Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 43834) |
| +++ runtime/vm/object.h (working copy) |
| @@ -7377,7 +7377,7 @@ |
| // Internal stacktrace object used in exceptions for printing stack traces. |
| class Stacktrace : public Instance { |
| public: |
| - static const int kPreallocatedStackdepth = 10; |
| + static const int kPreallocatedStackdepth = 30; |
| intptr_t Length() const; |