| Index: Source/modules/push_messaging/NavigatorPushManager.h
|
| diff --git a/Source/modules/push_messaging/NavigatorPushManager.h b/Source/modules/push_messaging/NavigatorPushManager.h
|
| index 0759df3f1d645efe2415e98fdf955c4aab778158..25fb85d817543fdfed04f53bdf7bb0630cf07637 100644
|
| --- a/Source/modules/push_messaging/NavigatorPushManager.h
|
| +++ b/Source/modules/push_messaging/NavigatorPushManager.h
|
| @@ -14,7 +14,7 @@ class Navigator;
|
| class PushManager;
|
|
|
| class NavigatorPushManager FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorPushManager>, public WillBeHeapSupplement<Navigator> {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeolocation);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorPushManager);
|
| public:
|
| virtual ~NavigatorPushManager();
|
| static NavigatorPushManager& from(Navigator&);
|
|
|