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

Unified Diff: corelib/src/implementation/options.dart

Issue 10388024: Address review comments on Options.executable change. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | corelib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/implementation/options.dart
diff --git a/corelib/src/implementation/options.dart b/corelib/src/implementation/options.dart
index 0dd65c703b0ddd0e27a08282948be5dd6fbdaa37..b1be269e50acc53c2cfe6cd548f8d1af08f0a355 100644
--- a/corelib/src/implementation/options.dart
+++ b/corelib/src/implementation/options.dart
@@ -25,8 +25,8 @@ class RuntimeOptions implements Options {
static List<String> _nativeArguments = const [];
// This executable singleton is written to by the embedder if applicable.
- static String _nativeExecutable = null;
+ static String _nativeExecutable = '';
// This script singleton is written to by the embedder if applicable.
- static String _nativeScript = null;
+ static String _nativeScript = '';
}
« no previous file with comments | « no previous file | corelib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698