[Webkit-unassigned] [Bug 219865] New: [GLIB] Missing header for std::once_flag in WebKitInitialize.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 11:29:11 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219865

            Bug ID: 219865
           Summary: [GLIB] Missing header for std::once_flag in
                    WebKitInitialize.cpp
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com
                CC: bugs-noreply at webkitgtk.org

Error:


../../Source/WebKit/UIProcess/API/glib/WebKitInitialize.cpp: In function �~@~Xvoid WebKit::webkitInitialize()�~@~Y:
../../Source/WebKit/UIProcess/API/glib/WebKitInitialize.cpp:61:17: error: �~@~Xonce_flag�~@~Y in namespace �~@~Xstd�~@~Y does not name a type
   61 |     static std::once_flag onceFlag;
      |                 ^~~~~~~~~
../../Source/WebKit/UIProcess/API/glib/WebKitInitialize.cpp:32:1: note: �~@~Xstd::once_flag�~@~Y is defined in header �~@~X<mutex>�~@~Y; did you forget to �~@~X#include <mutex>�~@~Y?
   31 | #include <wtf/glib/GUniquePtr.h>
  +++ |+#include <mutex>
   32 |

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201214/7d97112a/attachment.htm>


More information about the webkit-unassigned mailing list