Index: runtime/lib/regexp_patch.dart |
diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart |
index d44c24e18023ec5d5cfd0923a3a6a856fc7cd66e..d6dc262ad4ca7e401105ca8d620f963bfbd6d3e8 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 */ factory JSSyntaxRegExp( |
+ /* patch */ const factory JSSyntaxRegExp( |
String pattern, |
{bool multiLine: false, |
bool ignoreCase: false}) native "JSSyntaxRegExp_factory"; |