Bug 136621

Summary: [EFL][WK2] Debug build fails due to missing include
Product: WebKit Reporter: Tanay <tanay.c>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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 };