Bug 183550

Summary: Fix the internal iOS build after r229512
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, jer.noble, lforschler, thorton, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2018-03-11 17:11:39 PDT
Internal iOS bots are failing after <https://trac.webkit.org/changeset/229512/webkit>:

OpenSource/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:33:9: error: non-portable path to file '"WKFullScreenViewController.h"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]

OpenSource/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:771:52: error: null passed to a callee that requires a non-null argument [-Werror,-Wnonnull]
Comment 1 Wenson Hsieh 2018-03-11 17:16:12 PDT
Created attachment 335556 [details]
Patch
Comment 2 WebKit Commit Bot 2018-03-11 20:38:26 PDT
Comment on attachment 335556 [details]
Patch

Clearing flags on attachment: 335556

Committed r229521: <https://trac.webkit.org/changeset/229521>
Comment 3 WebKit Commit Bot 2018-03-11 20:38:28 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-03-12 17:24:59 PDT
<rdar://problem/38397881>