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

Unified Diff: dart/pkg/compiler/lib/src/warnings.dart

Issue 838773002: Throw ArgumentError if packageRoot is null. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 5 years, 11 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: dart/pkg/compiler/lib/src/warnings.dart
diff --git a/dart/pkg/compiler/lib/src/warnings.dart b/dart/pkg/compiler/lib/src/warnings.dart
index e1bb353a97397b3a08f9355c181c0cfc3e3809e6..082a41eb6ef04613e426c5d69d3370d8faf8f744 100644
--- a/dart/pkg/compiler/lib/src/warnings.dart
+++ b/dart/pkg/compiler/lib/src/warnings.dart
@@ -1351,9 +1351,6 @@ main() => A.A = 1;
"The class '#{class}' overrides 'operator==', "
"but not 'get hashCode'.");
- static const MessageKind PACKAGE_ROOT_NOT_SET = const MessageKind(
- "Cannot resolve '#{uri}'. Package root has not been set.");
-
static const MessageKind INTERNAL_LIBRARY_FROM = const MessageKind(
"Internal library '#{resolvedUri}' is not accessible from "
"'#{importingUri}'.");

Powered by Google App Engine
This is Rietveld 408576698