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

Unified Diff: runtime/vm/handles.h

Issue 10872043: - Remove redundant assertion. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « runtime/vm/gc_marker.cc ('k') | runtime/vm/handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/handles.h
===================================================================
--- runtime/vm/handles.h (revision 11247)
+++ runtime/vm/handles.h (working copy)
@@ -6,6 +6,7 @@
#define VM_HANDLES_H_
#include "vm/allocation.h"
+#include "vm/flags.h"
namespace dart {
@@ -57,6 +58,7 @@
// Forward declarations.
class ObjectPointerVisitor;
+DECLARE_FLAG(bool, verify_handles);
class HandleVisitor {
public:
« no previous file with comments | « runtime/vm/gc_marker.cc ('k') | runtime/vm/handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698