Bug 252316 - REGRESSION(260301@main): Broke debug build
Summary: REGRESSION(260301@main): Broke debug build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-15 08:41 PST by Philippe Normand
Modified: 2023-02-15 08:49 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2023-02-15 08:41:33 PST
/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.
Comment 1 Philippe Normand 2023-02-15 08:45:34 PST
Pull request: https://github.com/WebKit/WebKit/pull/10148
Comment 2 EWS 2023-02-15 08:49:17 PST
Committed 260312@main (8115ef7fc60f): <https://commits.webkit.org/260312@main>

Reviewed commits have been landed. Closing PR #10148 and removing active labels.