Skip to content

Commit d2beffa

Browse files
committed
The ToNative() method has been slightly renamed, so must update the usage here.
1 parent 1e53952 commit d2beffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/SchemeHandlerWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace CefSharp
5959
_mime_type = StringUtils::ToNative(response->MimeType);
6060
_stream = response->ResponseStream;
6161
_statusCode = response->StatusCode;
62-
_redirectUrl = toNative(response->RedirectUrl);
62+
_redirectUrl = StringUtils::ToNative(response->RedirectUrl);
6363
_contentLength = response->ContentLength;
6464
_closeStream = response->CloseStream;
6565

0 commit comments

Comments
 (0)