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

Unified Diff: runtime/lib/internal_patch.dart

Issue 1374953002: Remove Resource class and support functions. Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove reference to resource class in dart2js compiler. Created 5 years, 3 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
Index: runtime/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index f2fe6808080d27c8d39d55d432edd679fcd4af97..ce44229035f89c7b11500dcec48526a4d8d16709 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -13,8 +13,6 @@ class VMLibraryHooks {
static var timerFactory;
// Example: "dart:io _EventHandler._sendData"
static var eventHandlerSendData;
- // Implementation of Resource.readAsBytes.
- static var resourceReadAsBytes;
}
patch class CodeUnits {

Powered by Google App Engine
This is Rietveld 408576698