Skip to content

Commit 5db0fd0

Browse files
committed
Don't allow to modify json context from derived type
1 parent c447d75 commit 5db0fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Module.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public abstract class Module
2727
{
2828
protected Broker Broker { get; private set; }
2929

30-
internal BiDiJsonSerializerContext JsonContext { get; set; }
30+
internal BiDiJsonSerializerContext JsonContext { get; private set; }
3131

3232
protected virtual void Initialize(JsonSerializerOptions options) { }
3333

0 commit comments

Comments
 (0)