Index: utils/pub/lock_file.dart |
diff --git a/utils/pub/lock_file.dart b/utils/pub/lock_file.dart |
index a296e8d9b7efcab8712ab9c5663d72f44a64a844..8e7042330731cdf8cdfb6b3953a4af83112c39f7 100644 |
--- a/utils/pub/lock_file.dart |
+++ b/utils/pub/lock_file.dart |
@@ -63,7 +63,7 @@ class LockFile { |
var description = spec['description']; |
source.validateDescription(description, fromLockFile: true); |
- var id = new PackageId(source, version, description); |
+ var id = new PackageId(name, source, version, description); |
// Validate the name. |
if (name != id.name) { |