| Index: lib/compiler/implementation/lib/regexp_helper.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/lib/regexp_helper.dart (revision 13754)
|
| +++ lib/compiler/implementation/lib/regexp_helper.dart (working copy)
|
| @@ -26,7 +26,7 @@
|
| JS('var', r'#._re = #', regExp, regExpMakeNative(regExp, global: true));
|
| }
|
|
|
| -regExpMakeNative(JSSyntaxRegExp regExp, [bool global = false]) {
|
| +regExpMakeNative(JSSyntaxRegExp regExp, {bool global: false}) {
|
| String pattern = regExp.pattern;
|
| bool multiLine = regExp.multiLine;
|
| bool ignoreCase = regExp.ignoreCase;
|
|
|