Index: runtime/lib/regexp_patch.dart |
diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart |
index 115dd45a802e922de1651dd4976fae123d4f850a..d1428346e3d9eadc5e256844af38e54c3ef17dda 100644 |
--- a/runtime/lib/regexp_patch.dart |
+++ b/runtime/lib/regexp_patch.dart |
@@ -54,7 +54,7 @@ class _JSRegExpMatch implements Match { |
patch class JSSyntaxRegExp { |
- /* patch */ const factory JSSyntaxRegExp( |
+ /* patch */ factory JSSyntaxRegExp( |
String pattern, |
{bool multiLine: false, |
bool ignoreCase: false}) native "JSSyntaxRegExp_factory"; |