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

Unified Diff: runtime/vm/corelib_in.cc

Issue 8363018: use more distinctive pattern to mark where dart source goes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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
« no previous file with comments | « runtime/vm/corelib_impl_in.cc ('k') | runtime/vm/snapshot_test_in.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/corelib_in.cc
diff --git a/runtime/vm/corelib_in.cc b/runtime/vm/corelib_in.cc
index 37c60ac96dbea128399fb3dd937872ae3746a3c0..4216309a8039f290e4b9481b5de48e01d952167d 100644
--- a/runtime/vm/corelib_in.cc
+++ b/runtime/vm/corelib_in.cc
@@ -9,7 +9,7 @@ namespace dart {
// The string on the next line will be filled in with the contents of the
// bootstrap dart files.
const char Bootstrap::corelib_source_[] = {
- %s
+ {{DART_SOURCE}}
};
} // namespace dart
« no previous file with comments | « runtime/vm/corelib_impl_in.cc ('k') | runtime/vm/snapshot_test_in.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698