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

Unified Diff: runtime/lib/internal_patch.dart

Issue 1264413002: - Implement resource loading via the Resource class. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address review comments, simplified error handling. 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 | « runtime/lib/core_sources.gypi ('k') | runtime/lib/resource_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index ce44229035f89c7b11500dcec48526a4d8d16709..f2fe6808080d27c8d39d55d432edd679fcd4af97 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -13,6 +13,8 @@ class VMLibraryHooks {
static var timerFactory;
// Example: "dart:io _EventHandler._sendData"
static var eventHandlerSendData;
+ // Implementation of Resource.readAsBytes.
+ static var resourceReadAsBytes;
}
patch class CodeUnits {
« no previous file with comments | « runtime/lib/core_sources.gypi ('k') | runtime/lib/resource_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698