[Webkit-unassigned] [Bug 117825] New: webkitAudioContext is undefined
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 01:22:58 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117825
Summary: webkitAudioContext is undefined
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.8
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Audio
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sindre at forlagetpropell.no
CC: crogers at google.com
For the last week or more, webkitAudioContext is not set.
Inspector autocompletes the name, but still returns undefined:
> webkitAudioContext
< undefined
> new webkitAudioContext
< TypeError: 'undefined' is not a constructor (evaluating 'new webkitAudioContext')
offlineAudioContext seems to work:
> webkitOfflineAudioContext
< webkitOfflineAudioContextConstructor
I always end up reverting to r150366, in which Web Audio is working. There were quite a few builds after this that created horrible popping/scratching noises when initializing the audio context, and now it is simply not defined.
I can reproduce it on any page. Just open the console on the welcome-screen when opening the fresh install (r151760) and try to create a context. I have tried restarting the browser. Not sure if I have restarted the mac after installing, so I could try that as well.
--
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