Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: appengine/findit/crash/loglinear/changelist_features/min_distance.py

Issue 2663063007: [Predator] Switch from anonymous dict to CrashData. (Closed)
Patch Set: Rebase and fix delta test. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/crash/loglinear/changelist_features/min_distance.py
diff --git a/appengine/findit/crash/loglinear/changelist_features/min_distance.py b/appengine/findit/crash/loglinear/changelist_features/min_distance.py
index d60e82d758cca590c6e76b2c12b1877db7765a50..e653744819e52c5405d9190e9874da0b2fa285f0 100644
--- a/appengine/findit/crash/loglinear/changelist_features/min_distance.py
+++ b/appengine/findit/crash/loglinear/changelist_features/min_distance.py
@@ -14,7 +14,6 @@ from libs.gitiles.diff import ChangeType
import libs.math.logarithms as lmath
-
class ModifiedFrameInfo(object):
"""Represents the closest frame to a changelog which modified it.

Powered by Google App Engine
This is Rietveld 408576698