RESOLVED FIXED 115989
Remove Complex.h from WTF
https://bugs.webkit.org/show_bug.cgi?id=115989
Summary Remove Complex.h from WTF
Anders Carlsson
Reported 2013-05-12 11:01:57 PDT
Remove Complex.h from WTF
Attachments
Patch (19.24 KB, patch)
2013-05-12 11:07 PDT, Anders Carlsson
no flags
Patch (19.45 KB, patch)
2013-05-12 11:33 PDT, Anders Carlsson
no flags
Patch (19.52 KB, patch)
2013-05-12 12:06 PDT, Anders Carlsson
no flags
Patch (19.76 KB, patch)
2013-05-12 13:35 PDT, Anders Carlsson
bdakin: review+
Anders Carlsson
Comment 1 2013-05-12 11:07:39 PDT
EFL EWS Bot
Comment 2 2013-05-12 11:29:58 PDT
EFL EWS Bot
Comment 3 2013-05-12 11:31:47 PDT
Anders Carlsson
Comment 4 2013-05-12 11:33:22 PDT
EFL EWS Bot
Comment 5 2013-05-12 11:43:17 PDT
EFL EWS Bot
Comment 6 2013-05-12 11:47:51 PDT
Chris Dumez
Comment 7 2013-05-12 11:55:10 PDT
Comment on attachment 201499 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201499&action=review > Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:-38 > -#include <wtf/Complex.h> Needs to be replaced by #include <complex> to fix EFL build.
Andreas Kling
Comment 8 2013-05-12 12:04:00 PDT
Comment on attachment 201499 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201499&action=review r=me with EFL build fixed. > Source/WTF/ChangeLog:9 > + The header is used by three files in WebCore, so just use std::complex<double> and std::poolar directly. poolar :|
Anders Carlsson
Comment 9 2013-05-12 12:06:24 PDT
Build Bot
Comment 10 2013-05-12 12:44:13 PDT
Anders Carlsson
Comment 11 2013-05-12 13:35:59 PDT
Anders Carlsson
Comment 12 2013-05-12 14:27:12 PDT
Note You need to log in before you can comment on or make changes to this bug.