Skip to content

Commit 1440e22

Browse files
committed
remove remaining changes from DevToolsDomains
1 parent 225a030 commit 1440e22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/src/webdriver/DevTools/DevToolsDomains.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
using System;
2121
using System.Collections.Generic;
22-
using System.Diagnostics.CodeAnalysis;
2322
using System.Reflection;
2423

2524
namespace OpenQA.Selenium.DevTools
@@ -105,7 +104,6 @@ public static DevToolsDomains InitializeDomains(int protocolVersion, DevToolsSes
105104
return domains;
106105
}
107106

108-
[return: DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]
109107
private static Type MatchDomainsVersion(int desiredVersion, int versionRange)
110108
{
111109
// Return fast on an exact match

0 commit comments

Comments
 (0)