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

Unified Diff: utils/pub/version_solver.dart

Issue 10880055: Fix some compilation errors and warnings in Pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More compilation fixes Created 8 years, 4 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
« no previous file with comments | « utils/pub/root_source.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/version_solver.dart
diff --git a/utils/pub/version_solver.dart b/utils/pub/version_solver.dart
index d4485f9225dd5137d3ab05ea073e6227205cccdd..9a396c2d8a2ea7b79adb003323ba7c149116089f 100644
--- a/utils/pub/version_solver.dart
+++ b/utils/pub/version_solver.dart
@@ -447,7 +447,7 @@ class RemoveConstraint extends ChangeConstraint {
return _processChange(solver, oldDependency, dependency);
}
- void undo() {
+ void undo(VersionSolver solver) {
solver.getDependency(dependent).placeConstraint(depender, _removed);
}
}
« no previous file with comments | « utils/pub/root_source.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698