Title: [275173] trunk/Source/WebCore/PAL
Revision
275173
Author
pvol...@apple.com
Date
2021-03-29 13:42:56 -0700 (Mon, 29 Mar 2021)

Log Message

The header file NotifySPI.h should not be private
https://bugs.webkit.org/show_bug.cgi?id=223893
<rdar://75942308>

Unreviewed build fix.


* PAL.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (275172 => 275173)


--- trunk/Source/WebCore/PAL/ChangeLog	2021-03-29 20:31:13 UTC (rev 275172)
+++ trunk/Source/WebCore/PAL/ChangeLog	2021-03-29 20:42:56 UTC (rev 275173)
@@ -1,3 +1,13 @@
+2021-03-29  Per Arne  <pvol...@apple.com>
+
+        The header file NotifySPI.h should not be private
+        https://bugs.webkit.org/show_bug.cgi?id=223893
+        <rdar://75942308>
+
+        Unreviewed build fix.
+
+        * PAL.xcodeproj/project.pbxproj:
+
 2021-03-26  Per Arne  <pvol...@apple.com>
 
         Enforce notifyd message filtering

Modified: trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj (275172 => 275173)


--- trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2021-03-29 20:31:13 UTC (rev 275172)
+++ trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2021-03-29 20:42:56 UTC (rev 275173)
@@ -198,7 +198,7 @@
 		CDACB361238742740018D7CE /* MediaToolboxSoftLink.h in Headers */ = {isa = PBXBuildFile; fileRef = CDACB35F23873E480018D7CE /* MediaToolboxSoftLink.h */; };
 		CDF91113220E4EEC001EA39E /* CelestialSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF91112220E4EEC001EA39E /* CelestialSPI.h */; };
 		CE5673872151A7B9002F92D7 /* IOKitSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5673862151A7B9002F92D7 /* IOKitSPI.h */; };
-		E327C0DF260BE436002281C5 /* NotifySPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E327C0DE260BDC90002281C5 /* NotifySPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		E327C0DF260BE436002281C5 /* NotifySPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E327C0DE260BDC90002281C5 /* NotifySPI.h */; };
 		E5D45D122106A07400D2B738 /* NSColorWellSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D45D112106A07400D2B738 /* NSColorWellSPI.h */; };
 		E5D45D142106A18700D2B738 /* NSPopoverColorWellSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D45D132106A18700D2B738 /* NSPopoverColorWellSPI.h */; };
 		EB8A8DC22509E87E00D1BF90 /* MediaToolboxSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8A8DC12509E87E00D1BF90 /* MediaToolboxSPI.h */; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to