[Webkit-unassigned] [Bug 281218] New: webkitgtk-2.46.1: FTBFS in WebCore/bindings/js/JSDOMConvertInterface.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 10 05:26:18 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281218
Bug ID: 281218
Summary: webkitgtk-2.46.1: FTBFS in
WebCore/bindings/js/JSDOMConvertInterface.h
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
Assignee: webkit-unassigned at lists.webkit.org
Reporter: michael at orlitzky.com
Three errors, on a "normal" amd64 machine. This was a GTK3/non-unified build, but I have the same errors with GTK4/unified:
/foo/bar/webkitgtk-2.46.1/Source/WebCore/bindings/js/JSDOMConvertInterface.h:39:11: error: invalid use of incomplete type 'struct WebCore::JSDOMWrapperConverterTraits<WebCore::HTMLMediaElement>'
39 | using ReturnType = typename JSDOMWrapperConverterTraits<T>::ToWrappedReturnType;
| ^~~~~~~~~~
/foo/bar/webkitgtk-2.46.1/Source/WebCore/bindings/js/JSDOMConvertInterface.h:68:58: error: 'toWrapped' is not a member of 'WebCore::JSToWrappedOverloader<WebCore::HTMLMediaElement, void>'
68 | auto object = JSToWrappedOverloader<T>::toWrapped(lexicalGlobalObject, value);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/foo/bar/webkitgtk-2.46.1/Source/WebCore/bindings/js/JSDOMConvertInterface.h:74:32: error: no matching function for call to 'WebCore::ConversionResult<WebCore::IDLInterface<WebCore::HTMLMediaElement> >::ConversionResult(<brace-enclosed initializer list>)'
74 | return Result { object };
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241010/231df195/attachment.htm>
More information about the webkit-unassigned
mailing list