Bug 195109

Summary: Fix Xcode project UUIDs for TextCheckerCompletion.cpp and TextCheckerCompletion.h
Product: WebKit Reporter: Keith Rollin <krollin>
Component: WebKit Misc.Assignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, ddkilzer, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Rollin 2019-02-27 10:48:50 PST
In r144436, TextCheckerCompletion.cpp and TextCheckerCompletion.h were added to WebKit2.xcodeproj with invalid UUIDs (they included Q's and Z's in hexadecimal strings). While these UUIDs haven't caused any problems in practice over the last six years, they are indeed invalid, and were discovered via an Xcode-project processing tool that did not anticipate their format. Fix this by removing the files from the project and re-adding them.
Comment 1 Radar WebKit Bug Importer 2019-02-27 10:51:30 PST
<rdar://problem/48442272>
Comment 2 Keith Rollin 2019-02-27 10:54:13 PST
Created attachment 363106 [details]
Patch
Comment 3 WebKit Commit Bot 2019-02-27 13:28:12 PST
Comment on attachment 363106 [details]
Patch

Clearing flags on attachment: 363106

Committed r242153: <https://trac.webkit.org/changeset/242153>
Comment 4 WebKit Commit Bot 2019-02-27 13:28:14 PST
All reviewed patches have been landed.  Closing bug.