From ed8475e6904a519621ac51b8c245946b7d7fa020 Mon Sep 17 00:00:00 2001 From: "antonm@chromium.org" Date: Thu, 15 Apr 2010 12:28:56 +0000 Subject: Migrate to WebNotification::iconURL in src/webkit/tools/test_shell/notification_presenter.cc http://trac.webkit.org/changeset/57604 removed WebNotification::icon which broke the file above. Review URL: http://codereview.chromium.org/1642012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44646 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/notification_presenter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit') diff --git a/webkit/tools/test_shell/notification_presenter.cc b/webkit/tools/test_shell/notification_presenter.cc index 2727a55..2fc7a30 100644 --- a/webkit/tools/test_shell/notification_presenter.cc +++ b/webkit/tools/test_shell/notification_presenter.cc @@ -31,7 +31,7 @@ bool TestNotificationPresenter::show(const WebNotification& notification) { notification.url().spec().data()); } else { printf("DESKTOP NOTIFICATION: icon %s, title %s, text %s\n", - notification.icon().utf8().data(), + notification.iconURL().spec().data(), notification.title().utf8().data(), notification.body().utf8().data()); } -- cgit v1.1