| Index: Source/modules/notifications/NotificationCenter.cpp
|
| diff --git a/Source/modules/notifications/NotificationCenter.cpp b/Source/modules/notifications/NotificationCenter.cpp
|
| index 893a7a600427ddfa12e483c6ff0f97ef589c1148..591d097b7781b095bb5670e8712220be14641936 100644
|
| --- a/Source/modules/notifications/NotificationCenter.cpp
|
| +++ b/Source/modules/notifications/NotificationCenter.cpp
|
| @@ -42,9 +42,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(NotificationCenter);
|
| -DEFINE_GC_INFO(NotificationCenter::NotificationRequestCallback);
|
| -
|
| PassRefPtrWillBeRawPtr<NotificationCenter> NotificationCenter::create(ExecutionContext* context, NotificationClient* client)
|
| {
|
| RefPtrWillBeRawPtr<NotificationCenter> notificationCenter = adoptRefWillBeNoop(new NotificationCenter(context, client));
|
|
|