Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / android / xwalk_contents_client_bridge.cc
index ac7bfe4..b0779d6 100644 (file)
@@ -40,7 +40,7 @@ void RunUpdateNotificationIconOnUIThread(
     int route_id,
     const SkBitmap& icon) {
   XWalkContentsClientBridgeBase* bridge =
-      XWalkContentsClientBridgeBase::FromID(process_id, route_id);
+      XWalkContentsClientBridgeBase::FromRenderViewID(process_id, route_id);
   if (bridge)
     bridge->UpdateNotificationIcon(notification_id, icon);
 }