Bug 197085

Summary: Build fails with libcxx/clang
Product: WebKit Reporter: Khem Raj <raj.khem>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed fix none

Description Khem Raj 2019-04-18 18:16:10 PDT
I am seeing below error with clang-8.0/libcxx here

webkitgtk-2.24.0/Source/JavaScriptCore/assembler/PerfLog.cpp:147:32: error: implicit instantiation of undefined template 'std::__1::array<char, 1024>'
        std::array<char, 1024> filename;
                               ^
Comment 1 Khem Raj 2019-04-18 18:17:44 PDT
Created attachment 367779 [details]
Proposed fix
Comment 2 Khem Raj 2021-04-04 13:36:57 PDT
this has been fixed with patch from https://bugs.webkit.org/show_bug.cgi?id=198180

so we can close it

*** This bug has been marked as a duplicate of bug 198180 ***