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

Unified Diff: runtime/vm/symbols.h

Issue 12317130: Remove deprecated IllegalJSRegExpException class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/exceptions.cc ('k') | sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart » ('j') | 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 ee8291126d31def93c62daa3b0ed5b2b1f0d4feb..c1cb0857b2a03a3b1e78821bc0c3a83723e1a90c 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -174,7 +174,6 @@ class ObjectPointerVisitor;
V(OutOfMemoryError, "OutOfMemoryError") \
V(InternalError, "InternalError") \
V(NullThrownError, "NullThrownError") \
- V(IllegalJSRegExpException, "IllegalJSRegExpException") \
V(IsolateSpawnException, "IsolateSpawnException") \
V(IsolateUnhandledException, "IsolateUnhandledException") \
V(BooleanExpression, "boolean expression") \
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698