diff --git a/libcef_dll/wrapper/cef_zip_archive.cc b/libcef_dll/wrapper/cef_zip_archive.cc index 508750798..737950d92 100644 --- a/libcef_dll/wrapper/cef_zip_archive.cc +++ b/libcef_dll/wrapper/cef_zip_archive.cc @@ -114,7 +114,7 @@ size_t CefZipArchive::Load(CefRefPtr stream, void CefZipArchive::Clear() { AutoLock lock_scope(this); - contents_.empty(); + contents_.clear(); } size_t CefZipArchive::GetFileCount()