Bug 239609

Summary: [GBM] Debug build broken
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Philippe Normand 2022-04-21 09:31:17 PDT
Missing Logging.h include:

/app/webkit/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp:226:18: error: use of undeclared identifier 'LOG_CHANNEL_PREFIXWebGL'
        do { if (LOG_CHANNEL_PREFIXWebGL.state != logChannelStateOff) WTFLog(&LOG_CHANNEL_PREFIXWebGL, "EGLDisplay Initialization failed."); } while (0);
                 ^
/app/webkit/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp:226:79: error: use of undeclared identifier 'LOG_CHANNEL_PREFIXWebGL'
        do { if (LOG_CHANNEL_PREFIXWebGL.state != logChannelStateOff) WTFLog(&LOG_CHANNEL_PREFIXWebGL, "EGLDisplay Initialization failed."); } while (0);
                                                                              ^
/app/webkit/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp:229:14: error: use of undeclared identifier 'LOG_CHANNEL_PREFIXWebGL'
    do { if (LOG_CHANNEL_PREFIXWebGL.state != logChannelStateOff) WTFLog(&LOG_CHANNEL_PREFIXWebGL, "ANGLE initialised Major: %d Minor: %d", majorVersion, minorVersion); } while (0);
             ^
Comment 1 Philippe Normand 2022-04-21 09:36:10 PDT
https://github.com/WebKit/WebKit/pull/346
Comment 2 EWS 2022-04-21 10:44:22 PDT
Committed r293177 (249859@main): <https://commits.webkit.org/249859@main>

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