Esempio n. 1
0
void WebProcess::nonVisibleProcessCleanupTimerFired(Timer<WebProcess>*)
{
    ASSERT(!m_inWindowPageCount);
#if PLATFORM(MAC)
    wkDestroyRenderingResources();
#endif
}
Esempio n. 2
0
void WebProcess::nonVisibleProcessCleanupTimerFired(Timer<WebProcess>*)
{
    ASSERT(m_pagesInWindows.isEmpty());
    if (!m_pagesInWindows.isEmpty())
        return;

#if PLATFORM(MAC)
    wkDestroyRenderingResources();
#endif
}