| Index: runtime/lib/regexp.cc
|
| diff --git a/runtime/lib/regexp.cc b/runtime/lib/regexp.cc
|
| index ba26324ff360f172da9811db24e710759ff9ae5a..057087efd85fc4a17e49422453c5cb0fe6b944da 100644
|
| --- a/runtime/lib/regexp.cc
|
| +++ b/runtime/lib/regexp.cc
|
| @@ -14,7 +14,7 @@
|
| namespace dart {
|
|
|
| DECLARE_FLAG(bool, trace_irregexp);
|
| -DEFINE_FLAG(bool, use_jscre, false, "Use the JSCRE regular expression engine");
|
| +DEFINE_FLAG(bool, use_jscre, true, "Use the JSCRE regular expression engine");
|
|
|
|
|
| DEFINE_NATIVE_ENTRY(JSSyntaxRegExp_factory, 4) {
|
|
|