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

Unified Diff: pkg/compiler/lib/src/core_types.dart

Issue 1308143002: dart2js: fetch http Resources (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « pkg/compiler/lib/src/compiler.dart ('k') | sdk/lib/_internal/js_runtime/lib/core_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/core_types.dart
diff --git a/pkg/compiler/lib/src/core_types.dart b/pkg/compiler/lib/src/core_types.dart
index d8302be7d83961fabcdbb4e7d81cdd8049aacb45..1b71c2ee044f540e6e9d4df6ff0ec367f9b38843 100644
--- a/pkg/compiler/lib/src/core_types.dart
+++ b/pkg/compiler/lib/src/core_types.dart
@@ -15,7 +15,7 @@ abstract class CoreTypes {
/// The `bool` type defined in 'dart:core'.
InterfaceType get boolType;
- /// The `bool` type defined in 'dart:core'.
+ /// The `num` type defined in 'dart:core'.
InterfaceType get numType;
/// The `int` type defined in 'dart:core'.
@@ -24,6 +24,9 @@ abstract class CoreTypes {
/// The `double` type defined in 'dart:core'.
InterfaceType get doubleType;
+ /// The `Resource` type defined in 'dart:core'.
+ InterfaceType get resourceType;
+
/// The `String` type defined in 'dart:core'.
InterfaceType get stringType;
« no previous file with comments | « pkg/compiler/lib/src/compiler.dart ('k') | sdk/lib/_internal/js_runtime/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698