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

Unified Diff: runtime/bin/main.cc

Issue 2841983002: Use a fully qualified type name. (Closed)
Patch Set: Created 3 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
« 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/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 8e0a59543394eceb6e686bac39fe3da2ceadd4d4..24b1e284d1be5a6be709926c888b5952981032ad 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -913,7 +913,7 @@ static Dart_Isolate CreateIsolateAndSetupHelper(bool is_main_isolate,
}
if (!is_kernel) {
free(const_cast<uint8_t*>(platform_file));
- delete reinterpret_cast<kernel::Program*>(kernel_platform);
+ delete reinterpret_cast<dart::kernel::Program*>(kernel_platform);
return NULL;
}
} else if (!isolate_run_app_snapshot) {
« 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