[Webkit-unassigned] [Bug 75890] New: Small typo in AudioPannerNode.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 14:23:04 PST 2012


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

           Summary: Small typo in AudioPannerNode.cpp
           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: rtoy at chromium.org
                CC: crogers at google.com


I think there's a small typo in AudioPannerNode.cpp near line 210:


    // Elevation
    double elevation = 90.0 - 180.0 * acos(sourceListener.dot(up)) / piDouble;
    fixNANs(azimuth); // avoid illegal values

That fixNANs should probably be elevation, not azimuth, because we tested that at line 197.

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