Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / shared_worker / shared_worker_service_impl.cc
index e9073f1..b773127 100644 (file)
@@ -357,6 +357,13 @@ void SharedWorkerServiceImpl::WorkerContextDestroyed(
   host->WorkerContextDestroyed();
 }
 
+void SharedWorkerServiceImpl::WorkerReadyForInspection(
+    int worker_route_id,
+    SharedWorkerMessageFilter* filter) {
+  if (SharedWorkerHost* host = FindSharedWorkerHost(filter, worker_route_id))
+    host->WorkerReadyForInspection();
+}
+
 void SharedWorkerServiceImpl::WorkerScriptLoaded(
     int worker_route_id,
     SharedWorkerMessageFilter* filter) {