Title: [256991] branches/safari-609.1.20.1-branch/Source/_javascript_Core/runtime/OptionsList.h
Revision
256991
Author
alanc...@apple.com
Date
2020-02-19 16:29:45 -0800 (Wed, 19 Feb 2020)

Log Message

Apply patch. rdar://problem/59576777

Modified Paths


Diff

Modified: branches/safari-609.1.20.1-branch/Source/_javascript_Core/runtime/OptionsList.h (256990 => 256991)


--- branches/safari-609.1.20.1-branch/Source/_javascript_Core/runtime/OptionsList.h	2020-02-19 23:59:43 UTC (rev 256990)
+++ branches/safari-609.1.20.1-branch/Source/_javascript_Core/runtime/OptionsList.h	2020-02-20 00:29:45 UTC (rev 256991)
@@ -473,7 +473,7 @@
     v(Size, webAssemblyBBQAirModeThreshold, isIOS() ? (10 * MB) : 0, Normal, "If 0, we always use BBQ Air. If Wasm module code size hits this threshold, we compile Wasm module with B3 BBQ mode.") \
     v(Bool, useWebAssemblyStreamingApi, enableWebAssemblyStreamingApi, Normal, "Allow to run WebAssembly's Streaming API") \
     v(Bool, useEagerWebAssemblyModuleHashing, false, Normal, "Unnamed WebAssembly modules are identified in backtraces through their hash, if available.") \
-    v(Bool, useWebAssemblyReferences, true, Normal, "Allow types from the wasm references spec.") \
+    v(Bool, useWebAssemblyReferences, false, Normal, "Allow types from the wasm references spec.") \
     v(Bool, useWebAssemblyMultiValues, true, Normal, "Allow types from the wasm mulit-values spec.") \
     v(Bool, useWeakRefs, false, Normal, "Expose the WeakRef constructor.") \
     v(Bool, useBigInt, false, Normal, "If true, we will enable BigInt support.") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to