Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / common / event_filtering_info.cc
index 877f2c5..93b8666 100644 (file)
@@ -42,7 +42,7 @@ scoped_ptr<base::Value> EventFilteringInfo::AsValue() const {
   if (!service_type_.empty())
     result->SetString("serviceType", service_type_);
 
-  return result.PassAs<base::Value>();
+  return result.Pass();
 }
 
 bool EventFilteringInfo::IsEmpty() const {