Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / client / jni / chromoting_jni_runtime.h
index 4768966..64acf2c 100644 (file)
@@ -67,7 +67,7 @@ class ChromotingJniRuntime {
   // Returns the client for the currently-active session. Do not call if
   // |session| is null.
   scoped_refptr<ChromotingJniInstance> session() {
-    DCHECK(session_);
+    DCHECK(session_.get());
     return session_;
   }