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

Unified Diff: runtime/bin/dartutils.h

Issue 3007703002: [dart:io] Namespaces for file IO (Closed)
Patch Set: Created 3 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
Index: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index e8d06592a5aed4b6638d51b2c56096a8d3b88b67..2ba6e3b4b2710bd0c209b1225cb062b403111ea3 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -130,7 +130,8 @@ class DartUtils {
static Dart_Handle SetupServiceLoadPort();
static Dart_Handle SetupPackageRoot(const char* package_root,
const char* packages_file);
- static Dart_Handle SetupIOLibrary(const char* script_uri);
+ static Dart_Handle SetupIOLibrary(const char* namespc,
rmacnak 2017/08/29 18:00:12 namespc_path
zra 2017/08/29 20:22:51 Done.
+ const char* script_uri);
static bool PostNull(Dart_Port port_id);
static bool PostInt32(Dart_Port port_id, int32_t value);

Powered by Google App Engine
This is Rietveld 408576698