This fixes some JSC stress tests failures on Windows.
Created attachment 251829 [details] Patch
Oops, it's my fault. When I add a compile time flag, I missed to add it for windows ports.
(In reply to comment #2) > Oops, it's my fault. > When I add a compile time flag, I missed to add it for windows ports. No worries :)
Comment on attachment 251829 [details] Patch It was enabled everywhere, except Windows - accidentally. ( https://trac.webkit.org/changeset/183373 ) rs=me to enable on Windows too.
(In reply to comment #4) > Comment on attachment 251829 [details] > Patch > > It was enabled everywhere, except Windows - accidentally. ( > https://trac.webkit.org/changeset/183373 ) > > rs=me to enable on Windows too. Thank you for your review! BTW, it seems that ES6_CLASS_SYNTAX is also missing. Is it correct?
(In reply to comment #5) > (In reply to comment #4) > > Comment on attachment 251829 [details] > > Patch > > > > It was enabled everywhere, except Windows - accidentally. ( > > https://trac.webkit.org/changeset/183373 ) > > > > rs=me to enable on Windows too. > > Thank you for your review! > BTW, it seems that ES6_CLASS_SYNTAX is also missing. Is it correct? It can be added in a different patch, but it is already enabled from FeaturesDefines.h if it is missing here. https://trac.webkit.org/changeset/181618/trunk/Source/WTF/wtf/FeatureDefines.h
(In reply to comment #6) > It can be added in a different patch, but it is already > enabled from FeaturesDefines.h if it is missing here. > > https://trac.webkit.org/changeset/181618/trunk/Source/WTF/wtf/FeatureDefines. > h Make sense!
Committed r183465: <http://trac.webkit.org/changeset/183465>