Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp

Issue 2262023002: Worker: Wait for termination by WorkerThreadLifecycleObserver instead of WaitableEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
index dc4aa15c951a41dd3a19457d3bd1269b75a3b3c1..ed3e7cb35634b9c00ef66f0111df232685db3642 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.cpp
@@ -17,4 +17,6 @@ WorkerThreadLifecycleObserver::WorkerThreadLifecycleObserver(WorkerThreadLifecyc
DCHECK(isMainThread());
}
+WorkerThreadLifecycleObserver::~WorkerThreadLifecycleObserver() {}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698