From 37a89ee0d98ab59b9f5291c6a79181e16fe48e1e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 10 Nov 2015 18:04:46 +0800 Subject: [PATCH] Fix compilation error --- brightray/browser/win/windows_toast_notification.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brightray/browser/win/windows_toast_notification.cc b/brightray/browser/win/windows_toast_notification.cc index 804cd55289b..830a6f67003 100644 --- a/brightray/browser/win/windows_toast_notification.cc +++ b/brightray/browser/win/windows_toast_notification.cc @@ -329,7 +329,6 @@ HRESULT WindowsToastNotification::CreateHString(const WCHAR* source, HSTRING* de */ ToastEventHandler::ToastEventHandler(WindowsToastNotification* notification, content::DesktopNotificationDelegate* delegate) { - m_ref = 1; m_notification = notification; n_delegate = delegate; } @@ -364,4 +363,4 @@ IFACEMETHODIMP ToastEventHandler::Invoke(IToastNotification* sender, IToastDismi return S_OK; } -} //namespace \ No newline at end of file +} //namespace