From 260e257aa613f72824e90e73d26c31a752d66870 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Wed, 22 May 2019 17:05:03 -0400 Subject: [PATCH] Fix feature flag --- src/accessor-names/private/cls-private-decl-static.template | 2 +- src/accessor-names/private/cls-private-expr-static.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/accessor-names/private/cls-private-decl-static.template b/src/accessor-names/private/cls-private-decl-static.template index 3457d4684d..e82d3fdf4e 100644 --- a/src/accessor-names/private/cls-private-decl-static.template +++ b/src/accessor-names/private/cls-private-decl-static.template @@ -51,7 +51,7 @@ info: | The sets of code points with Unicode properties "ID_Start" and "ID_Continue" include, respectively, the code points with Unicode properties "Other_ID_Start" and "Other_ID_Continue". -features: [class-methods-private] +features: [class-static-methods-private] ---*/ var stringSet; diff --git a/src/accessor-names/private/cls-private-expr-static.template b/src/accessor-names/private/cls-private-expr-static.template index 379a09d50e..2bacd4cbe3 100644 --- a/src/accessor-names/private/cls-private-expr-static.template +++ b/src/accessor-names/private/cls-private-expr-static.template @@ -52,7 +52,7 @@ info: | The sets of code points with Unicode properties "ID_Start" and "ID_Continue" include, respectively, the code points with Unicode properties "Other_ID_Start" and "Other_ID_Continue". -features: [class-methods-private] +features: [class-static-methods-private] ---*/ var stringSet;