| Summary: | REGRESSION(260301@main): Broke debug build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/10148 Committed 260312@main (8115ef7fc60f): <https://commits.webkit.org/260312@main> Reviewed commits have been landed. Closing PR #10148 and removing active labels. |
/app/webkit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:61:16: error: use of undeclared identifier 'RunLoop' do { if (!(RunLoop::isMain())) { WTFReportAssertionFailure("/app/webkit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp", 61, __PRETTY_FUNCTION__, "RunLoop::isMain()"); do { WTF::isIntegralOrPointerType(); compilerFenceForCrash(); WTFCrashWithInfo(61, "/app/webkit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp", __PRETTY_FUNCTION__, 397 ); } while (false); } } while (0); ^ 1 error generated.