Skip fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html if Gigacage is not enabled
Created attachment 407692 [details] Patch
<rdar://problem/66394369>
Comment on attachment 407692 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407692&action=review r=me with fix > Source/JavaScriptCore/tools/JSDollarVM.cpp:3124 > + return JSValue::encode(jsBoolean(Gigacage::isEnabled())); Can you add `DollarVMAssertScope assertScope;` before this line?
Comment on attachment 407692 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407692&action=review Thanks! >> Source/JavaScriptCore/tools/JSDollarVM.cpp:3124 >> + return JSValue::encode(jsBoolean(Gigacage::isEnabled())); > > Can you add `DollarVMAssertScope assertScope;` before this line? Added.
Committed r266447: <https://trac.webkit.org/changeset/266447>