We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c87604 commit d28354aCopy full SHA for d28354a
1 file changed
FindOnPage.md
@@ -41,7 +41,7 @@ bool AppWindow::ConfigureAndExecuteFind(const std::wstring& searchTerm)
41
CHECK_FEATURE_RETURN(webView2_17);
42
43
// Get the Find interface.
44
- wil::com_ptr<ICoreWebView2Find> webView2find;
+ wil::com_ptr<ICoreWebView2Find> webView2Find;
45
CHECK_FAILURE(webView2_17->get_Find(&webView2find));
46
47
// Determine if custom UI will be usedsettings and highlight configurations.
0 commit comments