mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 41.0.2272.76.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2045 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
12
patch/patches/webkit_progresstracker_426510.patch
Normal file
12
patch/patches/webkit_progresstracker_426510.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git ProgressTracker.cpp ProgressTracker.cpp
|
||||
index 321d176..eb6f206 100644
|
||||
--- ProgressTracker.cpp
|
||||
+++ ProgressTracker.cpp
|
||||
@@ -95,7 +95,6 @@ void ProgressTracker::dispose()
|
||||
{
|
||||
if (m_inProgress)
|
||||
progressCompleted();
|
||||
- ASSERT(!m_frame->isLoading());
|
||||
}
|
||||
|
||||
double ProgressTracker::estimatedProgress() const
|
Reference in New Issue
Block a user