Skip to content

Commit 37f7023

Browse files
Update specs/CDPSessionIdSupport.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent c5d8fb8 commit 37f7023

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
@@ -58,7 +58,7 @@ void MyApp::HandleDevToolsProtocalPTargets()
5858
CHECK_FAILURE(args->get_ParameterObjectAsJson(&parameterObjectAsJson));
5959
std::wstring eventSource;
6060
std::wstring eventDetails = parameterObjectAsJson.get();
61-
wil::com_ptr<ICoreWebView2DevToolsProtocolEventReceivedEventArgs_2> args2;
61+
wil::com_ptr<ICoreWebView2DevToolsProtocolEventReceivedEventArgs2> args2;
6262
if (SUCCEEDED(args->QueryInterface(IID_PPV_ARGS(&args2))))
6363
{
6464
wil::unique_cotaskmem_string sessionId;

0 commit comments

Comments
 (0)