Finish implementing modify-headers actions for WKContentRuleList SPI
Created attachment 454490 [details] Patch
<rdar://problem/72433048>
Created attachment 454513 [details] Patch
Comment on attachment 454513 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454513&action=review > Source/WebCore/contentextensions/ContentExtensionActions.cpp:452 > + return JSObjectGetPropertyForKey(context, toObject(value), JSValueMakeNumber(context, index), nullptr); Can you use JSObjectGetPropertyAtIndex instead?
Created attachment 454515 [details] Patch
Committed r291200 (248355@main): <https://commits.webkit.org/248355@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454515 [details].