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

Unified Diff: lib/runtime/dart_sdk.js

Side-by-side diff isn't available for this file because of its large size.
Issue 1994473002: Misc doc-only updates, rerun build_sdk. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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:
Download patch
« no previous file with comments | « no previous file | tool/input_sdk/lib/async/future.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart_sdk.js
diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js
index fb8c4ca6e1c629298d4b6badf728373370a6de6e..87377839d48c13a98456824818fba1b7da1a8a3a 100644
--- a/lib/runtime/dart_sdk.js
+++ b/lib/runtime/dart_sdk.js
@@ -4750,8 +4750,8 @@ dart_library.library('dart_sdk', null, /* Imports */[
return _internal.MappedIterable$(E, T).new(this, f);
};
}
- where(f) {
- return new (_internal.WhereIterable$(E))(this, f);
+ where(test) {
+ return new (_internal.WhereIterable$(E))(this, test);
}
expand(T) {
return f => {
« no previous file with comments | « no previous file | tool/input_sdk/lib/async/future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698