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

Unified Diff: runtime/bin/dartutils.h

Issue 36883005: Add fields to platform library, implement them on runtime dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address all comments Created 7 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 65404547709e388013704490d1566c48f958a82b..ca8fa060e57d6cd299b5b1a270fc7e76bff850e8 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -204,6 +204,7 @@ class DartUtils {
static const char* kIOLibURL;
static const char* kIOLibPatchURL;
static const char* kUriLibURL;
+ static const char* kPlatformLibURL;
static const char* kHttpScheme;
static const char* kIdFieldName;

Powered by Google App Engine
This is Rietveld 408576698