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

Unified Diff: sdk/lib/io/platform_impl.dart

Issue 2506033002: VM: Remove _nativeScript external. JS has no equivalent. (Closed)
Patch Set: Created 4 years, 1 month 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/bin/platform_patch.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/platform_impl.dart
diff --git a/sdk/lib/io/platform_impl.dart b/sdk/lib/io/platform_impl.dart
index d6c7b0cf737640051c15aa898e9893c536cf4ac6..8b83fc0d8f1d637c35f22b44769a1d42ac67821d 100644
--- a/sdk/lib/io/platform_impl.dart
+++ b/sdk/lib/io/platform_impl.dart
@@ -11,7 +11,6 @@ class _Platform {
external static _localHostname();
external static _executable();
external static _resolvedExecutable();
- external static void set _nativeScript(String path);
/**
* Retrieve the entries of the process environment.
« no previous file with comments | « runtime/bin/platform_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698