WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
215481
Make sure OfflineAudioContext::startOfflineRendering() does lazy initialization
https://bugs.webkit.org/show_bug.cgi?id=215481
Summary
Make sure OfflineAudioContext::startOfflineRendering() does lazy initialization
Chris Dumez
Reported
2020-08-13 16:34:28 PDT
Make sure OfflineAudioContext::startOfflineRendering() does lazy initialization before actually starting rendering. If lazy initialization has not happened yet (because no audio nodes were created for this context yet), then rendering would fail with an InvalidStateError, due to lack on initialization.
Attachments
Patch
(10.57 KB, patch)
2020-08-13 16:36 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2020-08-13 16:36:07 PDT
Created
attachment 406556
[details]
Patch
EWS
Comment 2
2020-08-14 11:39:19 PDT
Committed
r265684
: <
https://trac.webkit.org/changeset/265684
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 406556
[details]
.
Radar WebKit Bug Importer
Comment 3
2020-08-14 11:40:20 PDT
<
rdar://problem/67086154
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug