Bug 254139
Summary: | [WinCairo] does not compile with TOUCH_EVENTS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Schmitt <max> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Windows 10 |
Max Schmitt
C:\Users\maxschmitt\webkit\Source\WebKit\Shared\win\WebEventFactory.cpp(477): error C4430: missing type specifier - int assumed. Note: C++ does not support default
-int
C:\Users\maxschmitt\webkit\Source\WebKit\Shared\win\WebEventFactory.cpp(477): error C2143: syntax error: missing ',' before '*'
C:\Users\maxschmitt\webkit\Source\WebKit\Shared\win\WebEventFactory.cpp(477): error C2511: 'WebKit::WebTouchEvent WebKit::WebEventFactory::createWebTouchEvent(cons
t int)': overloaded member function not found in 'WebKit::WebEventFactory'
C:\Users\maxschmitt\webkit\Source\WebKit\Shared\win\WebEventFactory.h(41): note: see declaration of 'WebKit::WebEventFactory'
and
WebPopupMenuProxyWin.cpp.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl WebCore::ScrollableArea::handleTouchEvent(class WebCore::Pla
tformTouchEvent const &)" (?handleTouchEvent@ScrollableArea@WebCore@@UEAA_NAEBVPlatformTouchEvent@2@@Z)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Max Schmitt
Pull request: https://github.com/WebKit/WebKit/pull/11698
EWS
Committed 261844@main (283c8109d448): <https://commits.webkit.org/261844@main>
Reviewed commits have been landed. Closing PR #11698 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/106920403>