Skip to content

Commit 6fba057

Browse files
committed
Change AppWindow to SampleAppWindow
1 parent 18c2a31 commit 6fba057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/DOMContentLoaded.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ We propose adding DOMContentLoaded to CoreWebView2. This allows the developer to
99
# Examples
1010
## Win32 C++
1111
```
12-
ScenarioDOMContentLoaded::ScenarioDOMContentLoaded(AppWindow* appWindow)
13-
: m_appWindow(appWindow), m_webView(appWindow->GetWebView())
12+
ScenarioDOMContentLoaded::ScenarioDOMContentLoaded(SampleAppWindow* sampleAppWindow)
13+
: m_sampleAppWindow(sampleAppWindow), m_webView(sampleAppWindow->GetWebView())
1414
{
1515
//! [DOMContentLoaded]
1616
// Register a handler for the DOMContentLoaded event.

0 commit comments

Comments
 (0)