| Index: sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/core_patch.dart b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| index 5d84791f113a18360f42f0b0c11f2bdc1b07c59f..5c5ec252bc1ff4d717b52c53f636819e5f5d2beb 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| @@ -464,6 +464,7 @@ class bool {
|
|
|
| @patch
|
| class RegExp {
|
| + @NoInline()
|
| @patch
|
| factory RegExp(String source,
|
| {bool multiLine: false,
|
|
|