[Webkit-unassigned] [Bug 102649] New: webaudio: clean-up. Replace AudioContext::m_document member with ContextDestructionObserver::scriptExecutionContext().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 23:12:17 PST 2012


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

           Summary: webaudio: clean-up. Replace AudioContext::m_document
                    member with
                    ContextDestructionObserver::scriptExecutionContext().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: crogers at google.com


AudioContext uses m_document only as a pointer to ScriptExecutionContext.
It could be safely replaced with ContextDestructionObserver::m_scriptExecutionContext.
The lifetime of m_scriptExecutionContext is slightly different but it could be adjusted by m_isStopScheduled flag.

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