Bug 205883
| Summary: | Regression(r254144): iOS Build broken: WebPageIOS.mm error: use of undeclared identifier 'BoundingRectBehavior' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ap, dbates, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=205842 | ||
Aakash Jain
iOS Build was broken recently.
e.g.: https://build.webkit.org/builders/Apple%20iOS%2013%20Release%20%28Build%29/builds/3004
In file included from /Volumes/Data/slave/ios-13-release/build/WebKitBuild/Release-iphoneos/DerivedSources/WebKit2/unified-sources/UnifiedSource55-mm.mm:6:
/Volumes/Data/slave/ios-13-release/build/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:4064:73: error: use of undeclared identifier 'BoundingRectBehavior'
rects.append({ contextIterator.range()->absoluteBoundingBox(BoundingRectBehavior::IgnoreEmptyTextSelections), { currentLocation, 1 } });
^
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
Seems like it was broken by https://trac.webkit.org/changeset/254144/webkit
Ryan Haddad
rolled out in https://trac.webkit.org/changeset/254151
Radar WebKit Bug Importer
<rdar://problem/58385016>