[Webkit-unassigned] [Bug 112077] add memory sampler to Network Process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 15:09:14 PDT 2013


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





--- Comment #5 from Stephanie Lewis <slewis at apple.com>  2013-03-12 15:11:39 PST ---
The extension is revoked when the memory sampler is stopped.  Often not until the process exits however,

void WebMemorySampler::stop() 
{
    ....

    if (m_sampleLogSandboxExtension) {
        m_sampleLogSandboxExtension->revoke();
        m_sampleLogSandboxExtension = nullptr;
    }    
}

-- 
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