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

Unified Diff: runtime/bin/dartutils.h

Issue 1916793003: - Allow for loading dart:html and friends into the standalone (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Review comments. Created 4 years, 8 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 2fe1968512e414417fe0a0851443bdd4849fd30e..3de36affe97d6540c57e0dc96654007837d83ee8 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -223,6 +223,7 @@ class DartUtils {
static const char* const kIsolateLibURL;
static const char* const kIOLibURL;
static const char* const kIOLibPatchURL;
+ static const char* const kHTMLLibURL;
siva 2016/04/25 23:38:31 Is this needed?
Ivan Posva 2016/04/26 21:17:43 No.
static const char* const kUriLibURL;
static const char* const kHttpScheme;
static const char* const kVMServiceLibURL;

Powered by Google App Engine
This is Rietveld 408576698