Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / worker / worker_thread.cc
index 8425c16..687637b 100644 (file)
@@ -123,6 +123,7 @@ void WorkerThread::OnCreateWorker(
       params.name,
       params.content_security_policy,
       params.security_policy_type,
+      params.pause_on_start,
       params.route_id);
 }