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 / TestsAssignee: 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

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>