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

Unified Diff: runtime/vm/native_arguments.cc

Issue 9196002: Move Mutex and Monitor from vm/ to platform/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another minor change Created 8 years, 11 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/native_arguments.cc
diff --git a/runtime/vm/native_arguments.cc b/runtime/vm/native_arguments.cc
index 52ef57ff2704e5b04bb166215207d7a2e34399a0..5ab342aad7fb7d667c3fc1ad88ee9a858578790f 100644
--- a/runtime/vm/native_arguments.cc
+++ b/runtime/vm/native_arguments.cc
@@ -5,6 +5,7 @@
#include "vm/native_arguments.h"
#include "platform/assert.h"
+#include "vm/globals.h"
Mads Ager (google) 2012/01/16 16:30:37 What here needs globals.h?
Søren Gjesse 2012/01/17 10:28:57 None - removed.
#include "vm/object.h"
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698