| Index: appengine/findit/crash/findit_for_crash.py
|
| diff --git a/appengine/findit/crash/findit_for_crash.py b/appengine/findit/crash/findit_for_crash.py
|
| index 4d29124181819804b36d758592cac9b630911538..9a8249313211deae155518aff243606e5c0137e8 100644
|
| --- a/appengine/findit/crash/findit_for_crash.py
|
| +++ b/appengine/findit/crash/findit_for_crash.py
|
| @@ -235,7 +235,7 @@ def FindItForCrash(stacktrace, regression_deps_rolls, crashed_deps):
|
|
|
| # We are only interested in the deps in crash stack (the callstack that
|
| # caused the crash).
|
| - stack_deps = GetDepsInCrashStack(stacktrace.GetCrashStack(), crashed_deps)
|
| + stack_deps = GetDepsInCrashStack(stacktrace.crash_stack, crashed_deps)
|
|
|
| # Get dep and file to changelogs, stack_info and blame dicts.
|
| dep_to_file_to_changelogs, ignore_cls = GetChangeLogsForFilesGroupedByDeps(
|
|
|