Bug 178086 - Fix the Windows build after r223031
Summary: Fix the Windows build after r223031
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-09 10:03 PDT by Wenson Hsieh
Modified: 2017-10-09 12:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2017-10-09 10:11 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2017-10-09 10:03:36 PDT
C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\page\EventHandler.cpp(2285): error C2440: 'return': cannot convert from 'initializer list' to 'WebCore::EventHandler::DragTargetResponse' [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
  C:\cygwin\home\buildbot\slave\win-release\build\Source\WebCore\page\EventHandler.cpp(2285): note: No constructor could take the source type, or constructor overload resolution was ambiguous
Comment 1 Wenson Hsieh 2017-10-09 10:11:25 PDT
Created attachment 323184 [details]
Patch
Comment 2 Wenson Hsieh 2017-10-09 10:22:58 PDT
Hmm, the patch stuck in the Win EWS queue behind 11 other commits :/

Going to just land this now as a speculative fix. Hopefully it addresses the build failure...
Comment 3 Wenson Hsieh 2017-10-09 12:33:08 PDT
Fixed by r223050 and r223054.