More cleanup after PluginProcess removal
Created attachment 447255 [details] Patch
Comment on attachment 447255 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447255&action=review > Source/WebKit/WebKit.xcodeproj/project.pbxproj:-398 > - 3CAECB6627465AE400AB78D0 /* UnifiedSource113.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CAECB5E27465AE300AB78D0 /* UnifiedSource113.cpp */; }; Certainly not strictly necessary, why are you shrinking! > Source/WebKit/WebKit.xcodeproj/project.pbxproj:830 > + 3CAECB6627465AE400AB78D0 /* UnifiedSource113.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CAECB5E27465AE300AB78D0 /* UnifiedSource113.cpp */; }; I think you need to do some sort-xcode-project-whatever
Comment on attachment 447255 [details] Patch This is what Xcode did. It sorts that section by the "5CAECB6627465AE400AB78D0" not by the "UnifiedSource115.cpp"
Committed r287093 (245285@main): <https://commits.webkit.org/245285@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447255 [details].
<rdar://problem/86535824>