ContextDestructionObserver::m_scriptExecutionContext should be private. It is poor encapsulation to have protected data members.
Created attachment 446836 [details] Patch
Comment on attachment 446836 [details] Patch Some pre-existing places are using *scriptExecutionContext() and it is not clear whether it is guaranteed to not be null. View in context: https://bugs.webkit.org/attachment.cgi?id=446836&action=review > Source/WebCore/Modules/encryptedmedia/MediaKeySystemRequest.cpp:65 > + auto context = scriptExecutionContext(); auto*
Created attachment 446908 [details] Patch
Committed r286918 (245144@main): <https://commits.webkit.org/245144@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446908 [details].
<rdar://problem/86370839>