Bug 136621 - [EFL][WK2] Debug build fails due to missing include
Summary: [EFL][WK2] Debug build fails due to missing include
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 01:41 PDT by Tanay
Modified: 2014-09-08 01:55 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tanay 2014-09-08 01:41:22 PDT
In file included from /home/tanay.c/webkit-tar/webkit/Source/WebCore/dom/EventTarget.h:35:0,
                 from /home/tanay.c/webkit-tar/webkit/Source/WebCore/Modules/battery/BatteryManager.h:27,
                 from /home/tanay.c/webkit-tar/webkit/Source/WebCore/Modules/battery/BatteryController.h:26,
                 from /home/tanay.c/webkit-tar/webkit/Source/WebCore/Modules/battery/BatteryController.cpp:22:
/home/tanay.c/webkit-tar/webkit/Source/WebCore/dom/EventListenerMap.h:73:5: error: ‘atomic’ in namespace ‘std’ does not name a type
     std::atomic<int> m_activeIteratorCount { 0 };