Fix EOL issues
This commit is contained in:
@@ -440,7 +440,7 @@ HRESULT wxWebViewEdgeImpl::OnWebViewCreated(HRESULT result, ICoreWebView2Control
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
void wxWebViewEdgeImpl::UpdateWebMessageHandler()
|
||||
void wxWebViewEdgeImpl::UpdateWebMessageHandler()
|
||||
{
|
||||
wxCOMPtr<ICoreWebView2Settings> settings(GetSettings());
|
||||
if (!settings)
|
||||
@@ -856,11 +856,11 @@ bool wxWebViewEdge::RemoveScriptMessageHandler(const wxString& WXUNUSED(name))
|
||||
return true;
|
||||
}
|
||||
|
||||
HRESULT wxWebViewEdgeImpl::OnAddScriptToExecuteOnDocumentedCreatedCompleted(HRESULT errorCode, LPCWSTR id)
|
||||
HRESULT wxWebViewEdgeImpl::OnAddScriptToExecuteOnDocumentedCreatedCompleted(HRESULT errorCode, LPCWSTR id)
|
||||
{
|
||||
if (SUCCEEDED(errorCode))
|
||||
m_userScriptIds.push_back(id);
|
||||
return S_OK;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
bool wxWebViewEdge::AddUserScript(const wxString& javascript,
|
||||
|
Reference in New Issue
Block a user