Title: [280677] trunk/Source/WebCore
Revision
280677
Author
[email protected]
Date
2021-08-04 19:52:00 -0700 (Wed, 04 Aug 2021)

Log Message

Change WebSocket.cpp to @no-unify, since it’s hard to do that for someone without a Mac
https://bugs.webkit.org/show_bug.cgi?id=228808

Reviewed by Anders Carlsson.

* Sources.txt: Add @no-unify.
* WebCore.xcodeproj/project.pbxproj: Add WebSocket.cpp to the WebCore target.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (280676 => 280677)


--- trunk/Source/WebCore/ChangeLog	2021-08-05 02:46:31 UTC (rev 280676)
+++ trunk/Source/WebCore/ChangeLog	2021-08-05 02:52:00 UTC (rev 280677)
@@ -1,3 +1,13 @@
+2021-08-04  Darin Adler  <[email protected]>
+
+        Change WebSocket.cpp to @no-unify, since it’s hard to do that for someone without a Mac
+        https://bugs.webkit.org/show_bug.cgi?id=228808
+
+        Reviewed by Anders Carlsson.
+
+        * Sources.txt: Add @no-unify.
+        * WebCore.xcodeproj/project.pbxproj: Add WebSocket.cpp to the WebCore target.
+
 2021-08-04  Devin Rousso  <[email protected]>
 
         REGRESSION (r280374): ASSERTION FAILED: Completion handler should not be called more than once under WebCore::MediaControlsContextMenuProvider::contextMenuItemSelected

Modified: trunk/Source/WebCore/Sources.txt (280676 => 280677)


--- trunk/Source/WebCore/Sources.txt	2021-08-05 02:46:31 UTC (rev 280676)
+++ trunk/Source/WebCore/Sources.txt	2021-08-05 02:52:00 UTC (rev 280677)
@@ -323,7 +323,7 @@
 Modules/websockets/CloseEvent.cpp
 Modules/websockets/ThreadableWebSocketChannel.cpp
 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
-Modules/websockets/WebSocket.cpp
+Modules/websockets/WebSocket.cpp @no-unify
 Modules/websockets/WebSocketChannel.cpp
 Modules/websockets/WebSocketChannelInspector.cpp
 Modules/websockets/WebSocketDeflateFramer.cpp

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (280676 => 280677)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2021-08-05 02:46:31 UTC (rev 280676)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2021-08-05 02:52:00 UTC (rev 280677)
@@ -2849,6 +2849,7 @@
 		938430B42475DE40003F9617 /* DictationContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 938430B22475DE3F003F9617 /* DictationContext.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		93849C1F24BE404B00448D5A /* EmptyScriptExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C1E24BE404A00448D5A /* EmptyScriptExecutionContext.h */; };
 		93849C2324BEDD8900448D5A /* JSIDBSerializationGlobalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 93849C2124BEDD8800448D5A /* JSIDBSerializationGlobalObject.h */; };
+		938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97AABCFF14FA09D5007457AE /* WebSocket.cpp */; };
 		938E65F109F09840008A48EC /* JSHTMLElementWrapperFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E65F009F09840008A48EC /* JSHTMLElementWrapperFactory.h */; };
 		938E666209F09B87008A48EC /* JSHTMLCanvasElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E666109F09B87008A48EC /* JSHTMLCanvasElement.h */; };
 		9391A991162746CB00297330 /* ScrollingCoordinatorMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 9391A990162746CB00297330 /* ScrollingCoordinatorMac.h */; };
@@ -36602,6 +36603,7 @@
 				07F5CFF62582A52900662EF5 /* WebMAudioUtilitiesCocoa.mm in Sources */,
 				0709D7921AE5557E004E42F8 /* WebMediaSessionManagerMac.cpp in Sources */,
 				1CAF34820A6C405200ABE06E /* WebScriptObject.mm in Sources */,
+				938CF24226BB728C00C09240 /* WebSocket.cpp in Sources */,
 				CECDC93C21F2972900976BD1 /* WebVideoFullscreenControllerAVKit.mm in Sources */,
 				E1EE8B802413191F00E794D6 /* WebXRBoundedReferenceSpace.cpp in Sources */,
 				E1EE8B932413195000E794D6 /* WebXRFrame.cpp in Sources */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to