Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Import "NoInline" into core so StackTrace's use of it resolves.
Browse files Browse the repository at this point in the history
R=vsm@google.com

Review URL: https://codereview.chromium.org/2277753005 .
  • Loading branch information
munificent committed Aug 26, 2016
1 parent dc4c3e9 commit a651dfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added lib/runtime/dart_sdk.sum
Binary file not shown.
1 change: 1 addition & 0 deletions tool/input_sdk/lib/core/core.dart
Expand Up @@ -155,6 +155,7 @@ library dart.core;
import "dart:collection";
import "dart:_internal" hide Symbol;
import "dart:_internal" as internal show Symbol;
import 'dart:_js_helper' show NoInline;
import "dart:convert" show
Encoding, ASCII, LATIN1, UTF8,
BASE64, StringConversionSink, ChunkedConversionSink;
Expand Down
1 change: 0 additions & 1 deletion tool/sdk_expected_errors.txt
Expand Up @@ -4,7 +4,6 @@
[error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:convert/chunked_conversion.dart, line 14, col 3)
[error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (dart:convert/chunked_conversion.dart, line 14, col 3)
[error] Invalid override. The type of ChunkedConverter.startChunkedConversion ((dynamic) → dynamic) is not a subtype of Converter<S, T>.startChunkedConversion ((Sink<T>) → Sink<S>). (dart:convert/chunked_conversion.dart, line 15, col 3)
[error] Annotation can be only constant variable or constant constructor invocation (dart:core/stacktrace.dart, line 43, col 3)
[error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16868, col 3)
[error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18903, col 3)
[error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 23817, col 3)
Expand Down

0 comments on commit a651dfa

Please sign in to comment.