[webkit-reviews] review granted: [Bug 215200] MediaElementAudioSourceNode interface should have a constructor : [Attachment 406059] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 01:40:25 PDT 2020


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 215200: MediaElementAudioSourceNode interface should have a constructor
https://bugs.webkit.org/show_bug.cgi?id=215200

Attachment 406059: Patch

https://bugs.webkit.org/attachment.cgi?id=406059&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 406059
  --> https://bugs.webkit.org/attachment.cgi?id=406059
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406059&action=review

> Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp:55
> +    context.lazyInitialize();

We could move this after the next if check to keep existing behavior and be
more lazy.


More information about the webkit-reviews mailing list