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

Unified Diff: runtime/vm/pages.cc

Issue 1406013004: Fixes shutdown crashes. (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
Index: runtime/vm/pages.cc
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
index 6dc7e9320cd4ea722b2cd4d03175d1055618451a..a028564cef8ad505a8726fc135e456f9e44dba2f 100644
--- a/runtime/vm/pages.cc
+++ b/runtime/vm/pages.cc
@@ -6,6 +6,7 @@
#include "platform/assert.h"
#include "vm/compiler_stats.h"
+#include "vm/dart.h"
#include "vm/gc_marker.h"
#include "vm/gc_sweeper.h"
#include "vm/lockers.h"

Powered by Google App Engine
This is Rietveld 408576698