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

Unified Diff: runtime/bin/dartutils.h

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 f18d2c6c546aa3de36a5b540b9659e54c1043574..471eb5549ff801b9125e549b2579815b15059950 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -82,7 +82,8 @@ class DartUtils {
static const char* kBuiltinLibURL;
static const char* kCoreLibURL;
static const char* kCoreImplLibURL;
- static const char* kCoreNativeWrappersLibURL;
+ static const char* kIOLibURL;
+ static const char* kNativeWrappersLibURL;
static const char* kIdFieldName;

Powered by Google App Engine
This is Rietveld 408576698