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

Unified Diff: site/try/src/interaction_manager.dart

Issue 921173003: Fix try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « pkg/compiler/samples/jsonify/jsonify.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/src/interaction_manager.dart
diff --git a/site/try/src/interaction_manager.dart b/site/try/src/interaction_manager.dart
index 7df3923baaa213220f14c232feaf99505470913b..6106df05c24001e5e3abeae9024326b80a4c737e 100644
--- a/site/try/src/interaction_manager.dart
+++ b/site/try/src/interaction_manager.dart
@@ -1106,7 +1106,7 @@ class CodeCompletionState extends InitialState {
}
Token tokenize(String text) {
- var file = new StringSourceFile('', text);
+ var file = new StringSourceFile.fromName('', text);
return new StringScanner(file, includeComments: true).tokenize();
}
« no previous file with comments | « pkg/compiler/samples/jsonify/jsonify.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698