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

Unified Diff: runtime/bin/main.cc

Issue 1419563005: Attempt to fix Windows 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 | runtime/bin/observatory_assets_empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 7327d8588a3eb65711f90646c3f8bab05ed74777..680dea3926f8702c7d36544b23117ba11e6e59c4 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1347,7 +1347,7 @@ bool RunMainIsolate(const char* script_name,
#undef CHECK_RESULT
extern unsigned int observatory_assets_archive_len;
-extern const uint8_t* const observatory_assets_archive;
+extern const uint8_t* observatory_assets_archive;
Dart_Handle GetVMServiceAssetsArchiveCallback() {
return DartUtils::MakeUint8Array(
« no previous file with comments | « no previous file | runtime/bin/observatory_assets_empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698