Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / renderer / shared_worker / embedded_shared_worker_stub.cc
index 5a6236b..e7df34a 100644 (file)
@@ -96,6 +96,10 @@ void EmbeddedSharedWorkerStub::OnChannelError() {
   OnTerminateWorkerContext();
 }
 
+void EmbeddedSharedWorkerStub::workerReadyForInspection() {
+  Send(new WorkerHostMsg_WorkerReadyForInspection(route_id_));
+}
+
 void EmbeddedSharedWorkerStub::workerScriptLoaded() {
   Send(new WorkerHostMsg_WorkerScriptLoaded(route_id_));
   runing_ = true;