[Webkit-unassigned] [Bug 237060] Queue throwing exception of blob objects during destruction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 14:50:43 PST 2022


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

--- Comment #3 from Alexey Shvayka <ashvayka at apple.com> ---
Comment on attachment 452903
  --> https://bugs.webkit.org/attachment.cgi?id=452903
Patch

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

> Source/WebCore/fileapi/FileReaderLoader.cpp:85
> +    m_scriptExecutionContext = scriptExecutionContext;

It seems like DocumentThreadableLoader / WorkerThreadableLoader already keep a reference to context. Is there any way we can avoid adding another one?

Maybe we take context from ReadableStreamDefaultController::globalObject()?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220222/459e7a86/attachment.htm>


More information about the webkit-unassigned mailing list