Bug 204156
Summary: | Regression r252402: iOS and mac build broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aakash_jain, ap, webkit-bot-watchers-bugzilla, zimmermann |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=204157 |
Aakash Jain
https://trac.webkit.org/changeset/252402/webkit seems to have broken iOS and macOS builds.
e.g.:
r252402 failed in https://build.webkit.org/builders/Apple%20iOS%2013%20Release%20%28Build%29/builds/1655
while r252401 https://build.webkit.org/builders/Apple%20iOS%2013%20Release%20%28Build%29/builds/1654
Failure log:
In file included from /Volumes/Data/slave/ios-13-release/build/WebKitBuild/Release-iphoneos/DerivedSources/WebCore/unified-sources/UnifiedSource281.cpp:2:
./rendering/EventRegion.cpp:150:13: error: no previous prototype for function 'toTouchAction' [-Werror,-Wmissing-prototypes]
TouchAction toTouchAction(unsigned index)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
This failure is also visible on EWS bots, e.g.: https://ews-build.webkit.org/#/builders/7/builds/13535
Aakash Jain
Rolled-out in r252409.
*** This bug has been marked as a duplicate of bug 204157 ***
Aakash Jain
Builds started passing about the rollout, e.g.: https://build.webkit.org/builders/Apple%20iOS%2013%20Release%20%28Build%29/builds/1661