Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / debug_daemon_client.cc
index 4f60526..ec6a679 100644 (file)
@@ -233,7 +233,7 @@ class DebugDaemonClientImpl : public DebugDaemonClient {
     // Create dbus::FileDescriptor on the worker thread; on return we'll
     // issue the D-Bus request to stop tracing and collect results.
     base::PostTaskAndReplyWithResult(
-        task_runner,
+        task_runner.get(),
         FROM_HERE,
         base::Bind(
             &DebugDaemonClientImpl::CreateFileDescriptorToStopSystemTracing,