Title: [237958] tags/Safari-607.1.13/Source/_javascript_Core

Diff

Modified: tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/ChangeLog	2018-11-08 01:29:06 UTC (rev 237958)
@@ -1,5 +1,9 @@
 2018-11-07  Alan Coon  <alanc...@apple.com>
 
+        Revert r237823. rdar://problem/45895377
+
+2018-11-07  Alan Coon  <alanc...@apple.com>
+
         Revert r237919. rdar://problem/45895377
 
 2018-11-07  Alan Coon  <alanc...@apple.com>

Modified: tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLForOSREntryJITCode.h (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLForOSREntryJITCode.h	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLForOSREntryJITCode.h	2018-11-08 01:29:06 UTC (rev 237958)
@@ -64,4 +64,4 @@
 
 } } // namespace JSC::FTL
 
-#endif // ENABLE(FTL_JIT)
+#endif // ENABLE(FLT_JIT)

Modified: tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLJITCode.h (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLJITCode.h	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/ftl/FTLJITCode.h	2018-11-08 01:29:06 UTC (rev 237958)
@@ -82,4 +82,4 @@
 
 } } // namespace JSC::FTL
 
-#endif // ENABLE(FTL_JIT)
+#endif // ENABLE(FLT_JIT)

Modified: tags/Safari-607.1.13/Source/_javascript_Core/jsc.cpp (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/jsc.cpp	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/jsc.cpp	2018-11-08 01:29:06 UTC (rev 237958)
@@ -2182,7 +2182,7 @@
     return throwVMTypeError(exec, scope, "WebAssemblyMemoryMode expects either a WebAssembly.Memory or WebAssembly.Instance"_s);
 }
 
-#endif // ENABLE(WEBASSEMBLY)
+#endif // ENABLE(WEBASSEBLY)
 
 // Use SEH for Release builds only to get rid of the crash report dialog
 // (luckily the same tests fail in Release and Debug builds so far). Need to

Modified: tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmMemoryInformation.h (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmMemoryInformation.h	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmMemoryInformation.h	2018-11-08 01:29:06 UTC (rev 237958)
@@ -90,4 +90,4 @@
 
 } } // namespace JSC::Wasm
 
-#endif // ENABLE(WEBASSEMBLY)
+#endif // ENABLE(WASM)

Modified: tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmPageCount.h (237957 => 237958)


--- tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmPageCount.h	2018-11-08 01:29:00 UTC (rev 237957)
+++ tags/Safari-607.1.13/Source/_javascript_Core/wasm/WasmPageCount.h	2018-11-08 01:29:06 UTC (rev 237958)
@@ -103,4 +103,4 @@
 
 } } // namespace JSC::Wasm
 
-#endif // ENABLE(WEBASSEMBLY)
+#endif // ENABLE(WASM)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to