Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / schema_map.cc
index 19898c7..8485b41 100644 (file)
@@ -105,7 +105,7 @@ bool SchemaMap::HasComponents() const {
 void SchemaMap::GetChanges(const scoped_refptr<SchemaMap>& older,
                            PolicyNamespaceList* removed,
                            PolicyNamespaceList* added) const {
-  GetNamespacesNotInOther(older, added);
+  GetNamespacesNotInOther(older.get(), added);
   older->GetNamespacesNotInOther(this, removed);
 }