Skip to content

Commit ccbaebd

Browse files
committed
Update AssertAllDependenciesPresent reference
1 parent ea2ad10 commit ccbaebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/Cef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ namespace CefSharp
157157
{
158158
if(performDependencyCheck)
159159
{
160-
DependencyChecker::AssetAllDependenciesPresent(cefSettings->Locale, cefSettings->LocalesDirPath, cefSettings->ResourcesDirPath, cefSettings->PackLoadingDisabled);
160+
DependencyChecker::AssertAllDependenciesPresent(cefSettings->Locale, cefSettings->LocalesDirPath, cefSettings->ResourcesDirPath, cefSettings->PackLoadingDisabled);
161161
}
162162

163163
CefMainArgs main_args;

0 commit comments

Comments
 (0)