Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromecast / media / cma / ipc_streamer / av_streamer_proxy.cc
index de8dd54..6bc25ed 100644 (file)
@@ -24,8 +24,8 @@ AvStreamerProxy::AvStreamerProxy()
     : is_running_(false),
       pending_read_(false),
       pending_av_data_(false),
-      weak_factory_(this),
-      weak_this_(weak_factory_.GetWeakPtr()) {
+      weak_factory_(this) {
+  weak_this_ = weak_factory_.GetWeakPtr();
   thread_checker_.DetachFromThread();
 }