Bug 272744 - Missing array.h include in generated PlugInsResourcesData
Summary: Missing array.h include in generated PlugInsResourcesData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-16 05:13 PDT by Philippe Normand
Modified: 2024-04-16 15:13 PDT (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 2024-04-16 05:13:44 PDT
In file included from /var/home/phil/WebKit/WebKitBuild/WPE/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-184.cpp:1:                                                                       
/var/home/phil/WebKit/WebKitBuild/WPE/Release/WebCore/DerivedSources/PlugInsResourcesData.cpp:2:14: error: use of undeclared identifier 'std'                                                                      
    2 | extern const std::array<const char, 864> plugInsJavaScript = {                                                                                                                                             
      |              ^                                                                                                                                                                                             
1 error generated.
Comment 1 Philippe Normand 2024-04-16 06:23:18 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27325
Comment 2 EWS 2024-04-16 15:12:27 PDT
Committed 277575@main (18a90f06c0cf): <https://commits.webkit.org/277575@main>

Reviewed commits have been landed. Closing PR #27325 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-04-16 15:13:15 PDT
<rdar://problem/126583417>