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

Unified Diff: lib/runtime/dart/convert.js

Issue 1024073003: Treat Object and dynamic similarly (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/runtime/dart/collection.js ('k') | lib/src/checker/rules.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/convert.js
diff --git a/lib/runtime/dart/convert.js b/lib/runtime/dart/convert.js
index 3946d46d56a366faa78edd3238342973d3945425..f43fec837b5f6628ab3d8f0078bfb5f0ceb3ebb1 100644
--- a/lib/runtime/dart/convert.js
+++ b/lib/runtime/dart/convert.js
@@ -817,7 +817,7 @@ var convert;
return new _JsonDecoderSink(this[_reviver], sink);
}
bind(stream) {
- return dart.as(super.bind(stream), async.Stream$(core.Object));
+ return super.bind(stream);
}
}
// Function _parseJson: (String, (dynamic, dynamic) → dynamic) → dynamic
« no previous file with comments | « lib/runtime/dart/collection.js ('k') | lib/src/checker/rules.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698