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

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

Issue 10700101: First experimental steps towards a better story for JS interop. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 5 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 | « lib/html/frog/html_frog.dart ('k') | lib/isolate/isolate_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/frog/messages.dart
diff --git a/lib/isolate/frog/messages.dart b/lib/isolate/frog/messages.dart
index b8a3825300a4bcf823bda1417b4dc76cd23a7864..6f9f6616a92e6758b3b43e471cb8a38c3a1ef9bf 100644
--- a/lib/isolate/frog/messages.dart
+++ b/lib/isolate/frog/messages.dart
@@ -31,7 +31,7 @@ class _JsSerializer extends _Serializer {
if (x is _NativeJsSendPort) return visitNativeJsSendPort(x);
if (x is _WorkerSendPort) return visitWorkerSendPort(x);
if (x is _BufferingSendPort) return visitBufferingSendPort(x);
- throw "Illegal underlying port $p";
+ throw "Illegal underlying port $x";
}
visitNativeJsSendPort(_NativeJsSendPort port) {
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | lib/isolate/isolate_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698