Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / app_list_item.cc
index cbb6f86..a87d27d 100644 (file)
@@ -18,6 +18,7 @@ AppListItem::AppListItem(const std::string& id)
 }
 
 AppListItem::~AppListItem() {
+  FOR_EACH_OBSERVER(AppListItemObserver, observers_, ItemBeingDestroyed());
 }
 
 void AppListItem::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {