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

Unified Diff: runtime/vm/regexp.h

Issue 800433004: Use a typed array for the irregexp stack. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: whitespace Created 5 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/regexp.h
diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h
index 5e8ce22969c2b2361bf802969e09cfcd54d6c57e..91e244af1130824e78e0316f82690a714d4f2602 100644
--- a/runtime/vm/regexp.h
+++ b/runtime/vm/regexp.h
@@ -7,6 +7,7 @@
#include "vm/assembler.h"
#include "vm/intermediate_language.h"
+#include "vm/flow_graph_compiler.h"
#include "vm/object.h"
#include "vm/regexp_assembler.h"

Powered by Google App Engine
This is Rietveld 408576698