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

Unified Diff: tool/input_sdk/lib/core/core.dart

Issue 2277753005: Import "NoInline" into core so StackTrace's use of it resolves. (Closed)
Patch Set: Created 4 years, 4 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_sdk.sum ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/core/core.dart
diff --git a/tool/input_sdk/lib/core/core.dart b/tool/input_sdk/lib/core/core.dart
index 7afcfb3db04f8ba3bbd3e1063b92a4c4af5b14e5..deeae3ba8f20bd8cbefc54c3bdb0d66305069f9f 100644
--- a/tool/input_sdk/lib/core/core.dart
+++ b/tool/input_sdk/lib/core/core.dart
@@ -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;
« no previous file with comments | « lib/runtime/dart_sdk.sum ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698