| Index: Source/modules/notifications/NotificationCenter.h
|
| diff --git a/Source/modules/notifications/NotificationCenter.h b/Source/modules/notifications/NotificationCenter.h
|
| index 736b788496a3b47eda0e813c073763a868d6a63a..01e97bfed8f48e98e0bf23684c3b7f837f664122 100644
|
| --- a/Source/modules/notifications/NotificationCenter.h
|
| +++ b/Source/modules/notifications/NotificationCenter.h
|
| @@ -55,7 +55,6 @@ class VoidCallback;
|
|
|
| // FIXME: oilpan: Change this to GarbageCollectedFinalized once we move ActiveDOMObject to oilpan.
|
| class NotificationCenter FINAL : public RefCountedWillBeGarbageCollectedFinalized<NotificationCenter>, public ScriptWrappable, public ActiveDOMObject {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<NotificationCenter> create(ExecutionContext*, NotificationClient*);
|
|
|
| @@ -81,7 +80,6 @@ private:
|
| NotificationCenter(ExecutionContext*, NotificationClient*);
|
|
|
| class NotificationRequestCallback : public RefCountedWillBeGarbageCollectedFinalized<NotificationRequestCallback> {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<NotificationRequestCallback> createAndStartTimer(NotificationCenter*, PassOwnPtr<VoidCallback>);
|
| void startTimer();
|
|
|