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

Unified Diff: runtime/bin/dartutils.h

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review changes Created 8 years, 10 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 89a0bd8031ea135d9be3f60afc7a69361a9e1c60..d50a7d4e1fad7effc27906cda912546fbc89a1b8 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -95,6 +95,7 @@ class DartUtils {
static const char* kJsonLibURL;
static const char* kUriLibURL;
static const char* kUtf8LibURL;
+ static const char* kIsolateLibURL;
static const char* kIdFieldName;
« no previous file with comments | « runtime/bin/builtin.cc ('k') | runtime/bin/dartutils.cc » ('j') | tests/isolate/isolate.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698