| Index: src/frames.cc
|
| diff --git a/src/frames.cc b/src/frames.cc
|
| index 2857a3c3df248d522b228d84d17a2c550e890a74..f5a72ec60aa6f7925c99498d5361bc1ff0f63d04 100644
|
| --- a/src/frames.cc
|
| +++ b/src/frames.cc
|
| @@ -35,14 +35,6 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -
|
| -DEFINE_int(max_stack_trace_source_length, 300,
|
| - "maximum length of function source code printed in a stack trace.");
|
| -
|
| -
|
| -// -------------------------------------------------------------------------
|
| -
|
| -
|
| // Iterator that supports traversing the stack handlers of a
|
| // particular frame. Needs to know the top of the handler chain.
|
| class StackHandlerIterator BASE_EMBEDDED {
|
|
|