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

Unified Diff: frog/await/checker.dart

Issue 9121025: cleanup to Value - fix for StringEscapesTest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | frog/await/transformation.dart » ('j') | frog/member.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/await/checker.dart
diff --git a/frog/await/checker.dart b/frog/await/checker.dart
index e7565a8169da2ec0596bb1cb639d3f174075f400..756f165756c4b6b686573869ec2157fdea65a86c 100644
--- a/frog/await/checker.dart
+++ b/frog/await/checker.dart
@@ -306,7 +306,7 @@ class AwaitChecker implements TreeVisitor {
return false;
}
- visitNullExpression(NullExpression node) {
+ visitStringInterpExpression(StringInterpExpression node) {
return false;
}
« no previous file with comments | « no previous file | frog/await/transformation.dart » ('j') | frog/member.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698