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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart

Issue 2988613002: Compute the script Uri lazily (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | runtime/bin/platform_patch.dart » ('j') | runtime/bin/platform_patch.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
index afd48e5e738b30416267a4a19dd203ca90eaccfb..31cfd05739b7f268d3ffbc3b77754f2587114c40 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
@@ -255,6 +255,11 @@ class _Platform {
static String _localeName() {
throw new UnsupportedError("Platform._localeName");
}
+
+ @patch
+ static Uri _script() {
+ throw new UnsupportedError("Platform._script");
+ }
}
@patch
« no previous file with comments | « no previous file | runtime/bin/platform_patch.dart » ('j') | runtime/bin/platform_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698