Skip to content

Commit 7ca4f1f

Browse files
Update specs/CDPSessionIdSupport.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent d4c3262 commit 7ca4f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/CDPSessionIdSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private void CoreWebView2_TargetInfoChanged(CoreWebView2 sender, CoreWebView2Dev
238238
m_devToolsTargetDescriptionMap[targetId] = type + L"," + url;
239239
}
240240
}
241-
private void HandleDevToolsProtocalPTargets()
241+
private void AddConsoleLogHandlers()
242242
{
243243
m_webview.GetDevToolsProtocolEventReceiver("Runtime.consoleAPICalled").DevToolsProtocolEventReceived += CoreWebView2_ConsoleAPICalled;
244244
m_webview.GetDevToolsProtocolEventReceiver("Target.attachedToTarget").DevToolsProtocolEventReceived += CoreWebView2_AttachedToTarget;

0 commit comments

Comments
 (0)