[Webkit-unassigned] [Bug 143522] New: [WinCairo] Fix a broken build due to the changes in http://webkit.org/b/143316
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 09:12:28 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143522
Bug ID: 143522
Summary: [WinCairo] Fix a broken build due to the changes in
http://webkit.org/b/143316
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
ToT currently breaks at:
..\platform\network\curl\CurlCacheEntry.cpp(293): error C2440: '=' : cannot convert from 'WTF::Optional<std::chrono::microseconds>' to 'double'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
..\platform\network\curl\CurlCacheEntry.cpp(308): error C2440: '=' : cannot convert from 'WTF::Optional<std::chrono::system_clock::time_point>' to 'double'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
..\platform\network\curl\CurlCacheEntry.cpp(312): error C2440: '=' : cannot convert from 'WTF::Optional<std::chrono::system_clock::time_point>' to 'double'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
..\platform\network\curl\CurlCacheEntry.cpp(316): error C2440: '=' : cannot convert from 'WTF::Optional<std::chrono::system_clock::time_point>' to 'double'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
This is due to the changes in http://webkit.org/b/143316.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/f4c8de7a/attachment-0001.html>
More information about the webkit-unassigned
mailing list