ASSERTION FAILED: m_normalWorld->hasOneRef() under WorkerThread::stop
https://bugs.webkit.org/show_bug.cgi?id=168356
<rdar://problem/30592486>
Patch by Joseph Pecoraro <pecoraro@apple.com> on 2017-02-20
Reviewed by Ryosuke Niwa.
Source/WebCore:
* page/DOMWindow.cpp:
(WebCore::DOMWindow::removeAllEventListeners):
Remove Performance object EventListeners.
* workers/WorkerGlobalScope.cpp:
(WebCore::WorkerGlobalScope::~WorkerGlobalScope):
(WebCore::WorkerGlobalScope::removeAllEventListeners):
(WebCore::WorkerGlobalScope::performance):
* workers/WorkerGlobalScope.h:
Remove Performance object EventListeners.
Also clear Performance early in destruction since its ContextDestructionObserver
destruction makes checks about the WorkerThread.
LayoutTests:
* TestExpectations:
Unskip tests now that they no longer trigger assertions.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@212698 268f45cc-cd09-0410-ab3c-d52691b4dbfc
6 files changed