We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c5d80 + fb89a79 commit 8fcb5f3Copy full SHA for 8fcb5f3
third_party/dotnet/devtools/src/generator/Program.cs
@@ -163,7 +163,6 @@ public static JsonObject MergeJavaScriptProtocolDefinitions(JsonObject? browserP
163
throw new InvalidOperationException("Protocol mismatch -- The WebKit and V8 protocol versions should match.");
164
}
165
166
-
167
var result = browserProtocol.DeepClone().AsObject();
168
foreach (var domain in jsProtocol["domains"].AsArray())
169
{
0 commit comments