Bug 205883 - Regression(r254144): iOS Build broken: WebPageIOS.mm error: use of undeclared identifier 'BoundingRectBehavior'
Summary: Regression(r254144): iOS Build broken: WebPageIOS.mm error: use of undeclared...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-07 12:50 PST by Aakash Jain
Modified: 2020-01-07 13:11 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-01-07 12:50:59 PST
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.
Comment 1 Aakash Jain 2020-01-07 12:51:44 PST
Seems like it was broken by https://trac.webkit.org/changeset/254144/webkit
Comment 2 Ryan Haddad 2020-01-07 13:10:54 PST
rolled out in https://trac.webkit.org/changeset/254151
Comment 3 Radar WebKit Bug Importer 2020-01-07 13:11:17 PST
<rdar://problem/58385016>