Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / notifications / DOMWindowNotifications.cpp
index 51df57a..48a53a5 100644 (file)
@@ -69,13 +69,13 @@ NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* windo
 
 void DOMWindowNotifications::willDestroyGlobalObjectInFrame()
 {
-    m_notificationCenter = nullptr;
+    m_notificationCenter = 0;
     DOMWindowProperty::willDestroyGlobalObjectInFrame();
 }
 
 void DOMWindowNotifications::willDetachGlobalObjectFromFrame()
 {
-    m_notificationCenter = nullptr;
+    m_notificationCenter = 0;
     DOMWindowProperty::willDetachGlobalObjectFromFrame();
 }