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

Unified Diff: runtime/vm/symbols.h

Issue 831423006: Append the regexp pattern to the name of the generated irregexp function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« runtime/vm/regexp.cc ('K') | « runtime/vm/regexp.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index b3e6bcb829e337184c4b19cd81c6920363ffa383..04695b891b8f03c8d01ebd5e59bc03ff2f26bf16 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -171,7 +171,7 @@ class ObjectPointerVisitor;
V(StackTrace, "StackTrace") \
V(JSSyntaxRegExp, "_JSSyntaxRegExp") \
V(RegExp, "RegExp") \
- V(IrregExp, ":irregexp") \
+ V(Irregexp, ":irregexp") \
V(Object, "Object") \
V(Int, "int") \
V(Double, "double") \
« runtime/vm/regexp.cc ('K') | « runtime/vm/regexp.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698