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

Unified Diff: runtime/bin/dartutils.h

Issue 11337019: Use patching for dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 2 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 57f168f6aedfab2fc4c761f2a80fb1563c9e8b05..e660da33c726a2555ae8bb40f3f45a12044a86b8 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -122,6 +122,7 @@ class DartUtils {
static const char* kCoreImplLibURL;
static const char* kCryptoLibURL;
static const char* kIOLibURL;
+ static const char* kIOLibPatchURL;
static const char* kJsonLibURL;
static const char* kUriLibURL;
static const char* kUtfLibURL;

Powered by Google App Engine
This is Rietveld 408576698