From 1345efeaff674824ce30c706bb11e748d1368ec8 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 30 Mar 2019 16:57:17 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/CookieCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index dac87df2..2fa6a61e 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -520,7 +520,7 @@ namespace WebSocketSharp.Net throw new ArgumentNullException ("cookies"); foreach (Cookie cookie in cookies) - Add (cookie); + add (cookie); } ///