We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d8fb8 commit 37f7023Copy full SHA for 37f7023
1 file changed
specs/CDPSessionIdSupport.md
@@ -58,7 +58,7 @@ void MyApp::HandleDevToolsProtocalPTargets()
58
CHECK_FAILURE(args->get_ParameterObjectAsJson(¶meterObjectAsJson));
59
std::wstring eventSource;
60
std::wstring eventDetails = parameterObjectAsJson.get();
61
- wil::com_ptr<ICoreWebView2DevToolsProtocolEventReceivedEventArgs_2> args2;
+ wil::com_ptr<ICoreWebView2DevToolsProtocolEventReceivedEventArgs2> args2;
62
if (SUCCEEDED(args->QueryInterface(IID_PPV_ARGS(&args2))))
63
{
64
wil::unique_cotaskmem_string sessionId;
0 commit comments