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

Unified Diff: lib/runtime/dart_sdk.js

Issue 1952903003: Update object.dart and some comments. (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/core/object.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 f92bcc5ce498e66b888b2ac14b2fa8eda13313a2..1c82925cffe8a2f0511d23a42432d25223bf3235 100644
--- a/lib/runtime/dart_sdk.js
+++ b/lib/runtime/dart_sdk.js
@@ -28177,7 +28177,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
constructors: () => ({new: [core.RegExp, [core.String], {multiLine: core.bool, caseSensitive: core.bool}]})
});
core.Set$ = dart.generic(E => {
- class Set extends collection.IterableBase$(E) {
+ class Set extends core.Iterable$(E) {
static new() {
return collection.LinkedHashSet$(E).new();
}
« no previous file with comments | « no previous file | tool/input_sdk/lib/core/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698