Skip to content

Commit 1face65

Browse files
committed
Fix name conflict
1 parent 98dd92c commit 1face65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/Storage/GetCookiesCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class CookieFilter
8484
[JsonDerivedType(typeof(StorageKeyPartitionDescriptor), "storageKey")]
8585
public abstract record PartitionDescriptor;
8686

87-
public record ContextPartitionDescriptor([property: JsonPropertyName("context")] BrowsingContext.BrowsingContext Descriptor) : PartitionDescriptor;
87+
public record ContextPartitionDescriptor(BrowsingContext.BrowsingContext Context) : PartitionDescriptor;
8888

8989
public record StorageKeyPartitionDescriptor : PartitionDescriptor
9090
{

0 commit comments

Comments
 (0)