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

Unified Diff: runtime/bin/builtin.dart

Issue 184823007: Fix typo in r33216 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.dart
diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart
index 4437bda11d0ee09a6e0f1a7c1f3ea01735edb107..2a9bd3014d886ff412086023c815603b12b94c01 100644
--- a/runtime/bin/builtin.dart
+++ b/runtime/bin/builtin.dart
@@ -205,7 +205,7 @@ String _resolveScriptUri(String scriptName) {
return _entryPointScript.toString();
}
-const _DART_EXT 'dart-ext:';
+const _DART_EXT = 'dart-ext:';
String _resolveUri(String base, String userString) {
_logResolution('# Resolving: $userString from $base');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698