summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/renderer/notification_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/notification_provider.cc b/chrome/renderer/notification_provider.cc
index 9a1edab..1bcefee 100644
--- a/chrome/renderer/notification_provider.cc
+++ b/chrome/renderer/notification_provider.cc
@@ -111,7 +111,7 @@ bool NotificationProvider::ShowText(const WebNotification& notification,
DCHECK(!notification.isHTML());
return Send(new ViewHostMsg_ShowDesktopNotificationText(view_->routing_id(),
GURL(view_->webview()->mainFrame()->url()).GetOrigin(),
- GURL(notification.icon()),
+ notification.iconURL(),
notification.title(), notification.body(), id));
}