Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit acb3279

Browse files
author
Raphael Kubo da Costa
committed
Merge pull request #43 from junmin-zhu/fix
[Android] Fix Crosswalk failed to build debug version.
2 parents 275da94 + 14f60b6 commit acb3279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/core/loader/ProgressTracker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void ProgressTracker::dispose()
9595
{
9696
if (m_inProgress)
9797
progressCompleted();
98-
ASSERT(!m_frame->isLoading());
98+
ASSERT(!m_inProgress);
9999
}
100100

101101
double ProgressTracker::estimatedProgress() const

0 commit comments

Comments
 (0)