| Index: appengine/findit/crash/chrome_crash_data.py
|
| diff --git a/appengine/findit/crash/chrome_crash_data.py b/appengine/findit/crash/chrome_crash_data.py
|
| index 474d8d411296cabd28c157fa1b58fcb9bd27e93c..eaa4d6dda10b2610129388df7619f7121da1f757 100644
|
| --- a/appengine/findit/crash/chrome_crash_data.py
|
| +++ b/appengine/findit/crash/chrome_crash_data.py
|
| @@ -97,7 +97,6 @@ class ChromeCrashData(CrashData):
|
|
|
| # Delay the stacktrace parsing to the first time when stacktrace property
|
| # gets called.
|
| - self._stacktrace_str = crash_data['stack_trace'] or ''
|
| self._top_n_frames = top_n_frames
|
| self._stacktrace = None
|
|
|
|
|