|
Remove addLast from List.
The List.addLast method has been deprecated for quite a while.
A recent change removed it from the interface, but left the
implementation in place (which caused some errors from the analyzer).
This removes it completely.
Committed: https://code.google.com/p/dart/source/detail?r=20857
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+38 lines, -476 lines) |
Patch |
|
M |
pkg/serialization/lib/src/serialization_rule.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/lib/array.dart
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/lib/growable_array.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/lib/typeddata.dart
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/tests/vm/dart/byte_array_optimized_test.dart
|
View
|
|
20 chunks |
+0 lines, -40 lines |
0 comments
|
Download
|
|
M |
runtime/tests/vm/dart/byte_array_test.dart
|
View
|
|
21 chunks |
+0 lines, -42 lines |
0 comments
|
Download
|
|
M |
samples/swarm/swarm_ui_lib/observable/observable.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_collection_dev/list.dart
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/lib/js_array.dart
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
|
35 chunks |
+0 lines, -137 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/dartium/html_dartium.dart
|
View
|
|
35 chunks |
+0 lines, -137 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/html_common/filtered_element_list.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
sdk/lib/svg/dart2js/svg_dart2js.dart
|
View
|
|
6 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
|
M |
sdk/lib/svg/dartium/svg_dartium.dart
|
View
|
|
6 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
|
M |
sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
sdk/lib/web_sql/dartium/web_sql_dartium.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/co19/co19-compiler.status
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/co19/co19-dart2dart.status
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/co19/co19-dart2js.status
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/co19/co19-runtime.status
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/html/node_test.dart
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/dom/src/WrappedList.dart
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/dom/templates/html/impl/impl_Element.darttemplate
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/dom/templates/html/impl/impl_Node.darttemplate
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
|
tools/dom/templates/immutable_list_mixin.darttemplate
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|