Skip to content

Commit 43932e1

Browse files
philncalvaris
authored andcommitted
[WPE][GTK] Build with clang 21 broken
https://bugs.webkit.org/show_bug.cgi?id=304059 Reviewed by Adrian Perez de Castro. Remove spurious LIFTETIME_BOUND annotation and un-needed includes. * Source/WTF/wtf/glib/GMallocString.cpp: (WTF::GMallocString::dump const): (): Deleted. Canonical link: https://commits.webkit.org/304353@main
1 parent f0ca252 commit 43932e1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Source/WTF/wtf/glib/GMallocString.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@
3030
#include <wtf/glib/GMallocString.h>
3131

3232
#include <wtf/PrintStream.h>
33-
#include <wtf/text/CStringView.h>
34-
#include <wtf/text/MakeString.h>
35-
#include <wtf/text/StringView.h>
36-
#include <wtf/text/WTFString.h>
3733

3834
namespace WTF {
3935

40-
void GMallocString::dump(PrintStream& out) const LIFETIME_BOUND {
36+
void GMallocString::dump(PrintStream& out) const
37+
{
4138
out.print(span());
4239
}
4340

0 commit comments

Comments
 (0)