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

Unified Diff: runtime/vm/symbols.h

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two pending TODO's. Created 8 years, 1 month 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/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index f90083b20e6bbe2002210d135cf6204cd5cce34e..ed9d4e0b49721f0b357c2f9c98e51162adb3343a 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -114,7 +114,7 @@ class ObjectPointerVisitor;
V(ExternalOneByteString, "_ExternalOneByteString") \
V(ExternalTwoByteString, "_ExternalTwoByteString") \
V(Stacktrace, "Stacktrace") \
- V(JSSyntaxRegExp, "JSSyntaxRegExp") \
+ V(JSSyntaxRegExp, "_JSSyntaxRegExp") \
V(Object, "Object") \
V(_Int8Array, "_Int8Array") \
V(_Uint8Array, "_Uint8Array") \

Powered by Google App Engine
This is Rietveld 408576698