Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add
JSGenerateToNativeObject
attributes to Text
https://bugs.webkit.org/show_bug.cgi?id=243655 Reviewed by Ryosuke Niwa. `HTMLSlotElement.assign()` takes `undefined assign((Element or Text)...nodes)` as its signature. This requires to call `convertVariadicArguments()` that calls `JSToWrappedOverloader::toWrapped()` that requires `WrapperType::toWrapped()` To fullfill this requirement, we need generate `JSText::toWrapped()` to `Text` by adding `JSGenerateToNativeObject`. * Source/WebCore/dom/Text.idl: Canonical link: https://commits.webkit.org/253202@main
- Loading branch information