| Summary: | [GTK][WPE] Debian Stable build is failing after r288872 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||||
| Component: | New Bugs | Assignee: | Diego Pino <dpino> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | bugs-noreply, cdumez, esprehn+autocc, ews-watchlist, kangil.han, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=235942 | ||||||||
| Attachments: |
|
||||||||
|
Description
Diego Pino
2022-02-06 19:30:41 PST
Created attachment 451060 [details]
[fast-cq] Patch
Build error from Debian Stable bot: https://build.webkit.org/#/builders/46/builds/10684/steps/8/logs/stdio Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/PlatformDisplay.cpp.o -MF Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/PlatformDisplay.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/PlatformDisplay.cpp.o -c ../../Source/WebCore/platform/graphics/PlatformDisplay.cpp ../../Source/WebCore/platform/graphics/PlatformDisplay.cpp: In member function ‘const WTF::String& WebCore::PlatformDisplay::accessibilityBusAddress() const’: ../../Source/WebCore/platform/graphics/PlatformDisplay.cpp:310:5: error: ‘GRefPtr’ was not declared in this scope GRefPtr<GDBusConnection> sessionBus = adoptGRef(g_bus_get_sync(G_BUS_TYPE_SESSION, nullptr, nullptr)); ^~~~~~~ ../../Source/WebCore/platform/graphics/PlatformDisplay.cpp:310:28: error: expected primary-expression before ‘>’ token GRefPtr<GDBusConnection> sessionBus = adoptGRef(g_bus_get_sync(G_BUS_TYPE_SESSION, nullptr, nullptr)); /Volumes/Data/worker/Commit-Queue/build/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Created attachment 451061 [details]
[fast-cq] Patch
Committed r289195 (246881@main): <https://commits.webkit.org/246881@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451061 [details]. |