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

Unified Diff: runtime/bin/observatory_assets_empty.cc

Issue 1413443007: Fix dart_bootstrap build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/observatory_assets_empty.cc
diff --git a/runtime/bin/observatory_assets_empty.cc b/runtime/bin/observatory_assets_empty.cc
index a72f4b753728b246e7d99b6f934afab9359a5a29..304ea55cecab76a6cefb5b9ab0d188e4a67f7af2 100644
--- a/runtime/bin/observatory_assets_empty.cc
+++ b/runtime/bin/observatory_assets_empty.cc
@@ -16,9 +16,9 @@ typedef unsigned __int8 uint8_t;
namespace dart {
namespace bin {
-static const char observatory_assets_archive_[] = { '\0' };
+static uint8_t char observatory_assets_archive_[] = { '\0' };
unsigned int observatory_assets_archive_len = 0;
-const char* observatory_assets_archive = observatory_assets_archive_;
+const uint8_t* observatory_assets_archive = observatory_assets_archive_;
} // namespace bin
} // namespace dart
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698