Bug 245045

Summary: REGRESSION(254360@main): Broke clean debug builds
Product: WebKit Reporter: Philippe Normand <philn>
Component: WPE WebKitAssignee: Philippe Normand <philn>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=245015

Description Philippe Normand 2022-09-11 08:27:26 PDT
/app/webkit/WebKitBuild/Debug/DerivedSources/WebKit/MessageArgumentDescriptions.cpp:45:10: fatal error: 'PlaybackSessionContextIdentifier.h' file not found
#include "PlaybackSessionContextIdentifier.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

This file is in a Cocoa folder, not sure why.
Comment 1 Philippe Normand 2022-09-11 08:50:08 PDT
also:

/app/webkit/WebKitBuild/Debug/DerivedSources/WebKit/MessageArgumentDescriptions.cpp:81:10: fatal error: 'WebCore/ImageDecoderIdentifier.h' file not found
#include <WebCore/ImageDecoderIdentifier.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Comment 2 Philippe Normand 2022-09-11 09:00:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4236
Comment 3 EWS 2022-09-11 10:06:59 PDT
Committed 254363@main (c36c5a83315b): <https://commits.webkit.org/254363@main>

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