Skip to content

Commit

Permalink
Revert "Addendum to ce54e16 (fix build errors)"
Browse files Browse the repository at this point in the history
This reverts commit 754dd39.
  • Loading branch information
botder committed May 24, 2024
1 parent 85087f4 commit b6da010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/cefweb/CWebView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ bool CWebView::SetAudioVolume(float fVolume)

for (auto& name : frameNames)
{
auto frame = m_pWebView->GetFrameByName(name);
auto frame = m_pWebView->GetFrame(name);
frame->ExecuteJavaScript(strJSCode, "", 0);
}
m_fVolume = fVolume;
Expand Down

0 comments on commit b6da010

Please sign in to comment.