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

Unified Diff: dart/lib/isolate/frog/ports.dart

Issue 10553007: Remove support for String operator + from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update co19 status Created 8 years, 6 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/lib/isolate/frog/ports.dart
diff --git a/dart/lib/isolate/frog/ports.dart b/dart/lib/isolate/frog/ports.dart
index c9a748a24915a285253fba5292a53e4d848ad354..f7cddf477488be256ddc587a8ce16c83276550d9 100644
--- a/dart/lib/isolate/frog/ports.dart
+++ b/dart/lib/isolate/frog/ports.dart
@@ -75,7 +75,7 @@ class _NativeJsSendPort extends _BaseSendPort implements SendPort {
}
_receivePort._callback(msg, reply);
}
- }, 'receive ' + message);
+ }, 'receive $message');
});
}

Powered by Google App Engine
This is Rietveld 408576698