Skip to content

Commit 76183eb

Browse files
committed
Remove ChannelLocalValue from json context
1 parent bd98e60 commit 76183eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
140140
[JsonSerializable(typeof(Modules.Network.FetchErrorEventArgs))]
141141
[JsonSerializable(typeof(Modules.Network.AuthRequiredEventArgs))]
142142

143-
[JsonSerializable(typeof(Modules.Script.ChannelLocalValue), TypeInfoPropertyName = "Script_ChannelLocalValue")]
144143
[JsonSerializable(typeof(Modules.Script.Target.Realm), TypeInfoPropertyName = "Script_Target_Realm")]
145144
[JsonSerializable(typeof(Modules.Script.Target.Context), TypeInfoPropertyName = "Script_Target_Context")]
146145

0 commit comments

Comments
 (0)