| Summary: | [WinCairo] Fix a broken build due to the changes in http://webkit.org/b/143316 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sungmann Cho <sungmann.cho> | ||||
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED DUPLICATE | ||||||
| Severity: | Normal | CC: | bfulgham, commit-queue, galpeter, koivisto | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 8 | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=143316 | ||||||
| Attachments: |
|
||||||
Created attachment 250357 [details]
Patch
The code looks logically sane to me, but sadly I'm not a reviewer. Maybe Brent could do the review. Thanks Peter! +bfulgham@ for review. I think this might be a duplicate. Isn't this the same issue as Bug 143531? Oops. Same patches were submitted on same day. Thanks for letting me know it. Close the issue. *** This bug has been marked as a duplicate of bug 143531 *** |
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.