Modified: tags/Safari-607.1.10.8/Source/_javascript_Core/ChangeLog (237712 => 237713)
--- tags/Safari-607.1.10.8/Source/_javascript_Core/ChangeLog 2018-11-02 00:58:02 UTC (rev 237712)
+++ tags/Safari-607.1.10.8/Source/_javascript_Core/ChangeLog 2018-11-02 00:58:05 UTC (rev 237713)
@@ -1,5 +1,9 @@
2018-11-01 Alan Coon <[email protected]>
+ Revert r237582. rdar://problem/45747609
+
+2018-11-01 Alan Coon <[email protected]>
+
Revert r237583. rdar://problem/45747609
2018-10-29 Kocsen Chung <[email protected]>
Modified: tags/Safari-607.1.10.8/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig (237712 => 237713)
--- tags/Safari-607.1.10.8/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig 2018-11-02 00:58:02 UTC (rev 237712)
+++ tags/Safari-607.1.10.8/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig 2018-11-02 00:58:05 UTC (rev 237713)
@@ -24,8 +24,6 @@
#include "FeatureDefines.xcconfig"
#include "Version.xcconfig"
-DEFINES_MODULE = YES;
-
// Prevent C++ standard library operator new, delete and their related exception types from being exported as weak symbols.
OTHER_LDFLAGS_HIDE_SYMBOLS = -Wl,-unexported_symbol,__ZTISt9bad_alloc -Wl,-unexported_symbol,__ZTISt9exception -Wl,-unexported_symbol,__ZTSSt9bad_alloc -Wl,-unexported_symbol,__ZTSSt9exception -Wl,-unexported_symbol,__ZdlPvS_ -Wl,-unexported_symbol,__ZnwmPv -Wl,-unexported_symbol,__ZNKSt3__18functionIFvvEEclEv -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEEC1EOS2_ -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEEC2EOS2_ -Wl,-unexported_symbol,__ZNKSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEEclES3_S5_ -Wl,-unexported_symbol,__ZNSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEED1Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvRN3JSC17BytecodeGeneratorEPNS1_10RegisterIDEEED2Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEED1Ev -Wl,-unexported_symbol,__ZNSt3__18functionIFvvEED2Ev -Wl,-unexported_symbol,__ZTVNSt3__117bad_function_callE;