summaryrefslogtreecommitdiffstats
path: root/chrome/worker/nativewebworker_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker/nativewebworker_impl.cc')
-rw-r--r--chrome/worker/nativewebworker_impl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/worker/nativewebworker_impl.cc b/chrome/worker/nativewebworker_impl.cc
index 1383e63..58a5c07 100644
--- a/chrome/worker/nativewebworker_impl.cc
+++ b/chrome/worker/nativewebworker_impl.cc
@@ -164,3 +164,6 @@ void NativeWebWorkerImpl::postMessageToWorkerContext(
void NativeWebWorkerImpl::workerObjectDestroyed() {
}
+
+void NativeWebWorkerImpl::clientDestroyed() {
+}