[Webkit-unassigned] [Bug 76509] New: Lazy init for DefaultAudioDestinationNode?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 18:29:40 PST 2012


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

           Summary: Lazy init for DefaultAudioDestinationNode?
           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: rgbbones at gmail.com
                CC: crogers at google.com


Hi


In AudioContext's lazyInitialize m_destinationNode->initialize() is called, so is it necessary to call initialize in DefaultAudioDestinationNode's constructor? Will that help the lazyInitialize conception by not call it in DefaultAudioDestinationNode's constructor?

If so, I will be glad to provide this one line patch ;)

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