[webkit-changes] [WebKit/WebKit] ec3e09: Clean up InternalObserver[Take|Drop] references in...
Abrar Rahman Protyasha
noreply at github.com
Fri Aug 2 01:12:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec3e091cae6817f8110c074a533e13b3fad79b7b
https://github.com/WebKit/WebKit/commit/ec3e091cae6817f8110c074a533e13b3fad79b7b
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
Log Message:
-----------
Clean up InternalObserver[Take|Drop] references in WebCore.xcodeproj/project.pbxproj
https://bugs.webkit.org/show_bug.cgi?id=277532
rdar://133040259
Reviewed by Aditya Keerthi.
After 281734 at main, my local checkout reorganizes these entries in the
project file and shows two sets of `InternalObserverTake.[h|cpp]` in the
Xcode file browser.
This patch addresses this issue by removing, and then re-adding, the
InternalObserver[Take|Drop] files in the WebCore project. This gave the
file references (more correct?) file types and new identifiers, as well
as sorted the files in alphabetic order in the `dom` file group.
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/281751@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list