[Webkit-unassigned] [Bug 92332] Gather the duplicated timer code into CachedResource.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 19:28:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92332





--- Comment #8 from Huang Dongsung <luxtella at company100.net>  2012-07-26 19:28:28 PST ---
I'm sorry for my carelessness.

CachedScript::script() calls m_decodedDataDeletionTimer.startOneShot(0).

 466 void CachedResource::decodedDataDeletionTimerFired(Timer<CachedResource>*)
 467 {
 468     ASSERT(!hasClients());
 469     destroyDecodedData();
 470 }

So, ASSERTION can be failed.

I'll remove ASSERT and kseo will commit again.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list