[Webkit-unassigned] [Bug 282822] New: [GTK3] Build broken in DropTarget implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 8 02:35:09 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=282822
Bug ID: 282822
Summary: [GTK3] Build broken in DropTarget implementation
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: philn at igalia.com
CC: bugs-noreply at webkitgtk.org
In file included from /var/home/phil/WebKit/Source/WebKit/UIProcess/API/gtk/DropTargetGtk3.cpp:27:
In file included from /var/home/phil/WebKit/Source/WebKit/UIProcess/API/gtk/DropTarget.h:32:
In file included from /var/home/phil/WebKit/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/SelectionData.h:21:
In file included from /var/home/phil/WebKit/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/Image.h:39:
In file included from /var/home/phil/WebKit/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/Timer.h:34:
/var/home/phil/WebKit/WebKitBuild/GTK/Release/WTF/Headers/wtf/RunLoop.h:211:27: error: static assertion failed due to requirement 'IsDeprecatedTimerSmartPointerException<WebKit::DropTarget>::value': Classes that use Timer should be ref-counted or CanMakeCheckedPtr. Please do not add new exceptions.
211 | static_assert(IsDeprecatedTimerSmartPointerException<std::remove_cv_t<TimerFiredClass>>::value,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/home/phil/WebKit/Source/WebKit/UIProcess/API/gtk/DropTargetGtk3.cpp:47:7: note: in instantiation of function template specialization 'WTF::RunLoop::Timer::Timer<WebKit::DropTarget>' requested here
47 | , m_leaveTimer(RunLoop::main(), this, &DropTarget::leaveTimerFired)
| ^
1 error generated.
--
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/20241108/b3fd4502/attachment.htm>
More information about the webkit-unassigned
mailing list