From a78c79ff1f1e1119a8d427b5e345413fb805c716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 10 Jun 2024 12:25:29 +0200 Subject: [PATCH] Fix Chrome version for RegExp @@species It makes no sense for this to be supported before Symbol.species, and the collector test shows support in Chrome 51, but not in 50: https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/RegExp/@@species --- javascript/builtins/RegExp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/builtins/RegExp.json b/javascript/builtins/RegExp.json index 159726bccccf8f..82c576260969ce 100644 --- a/javascript/builtins/RegExp.json +++ b/javascript/builtins/RegExp.json @@ -1642,7 +1642,7 @@ ], "support": { "chrome": { - "version_added": "50" + "version_added": "51" }, "chrome_android": "mirror", "deno": {