| Index: Source/modules/battery/BatteryManager.h
|
| diff --git a/Source/modules/battery/BatteryManager.h b/Source/modules/battery/BatteryManager.h
|
| index 66d25f4f1d7cf0bd29ae765b4f59b720291b8251..0f33bd9f603e12725d57ac77457885f892aa862f 100644
|
| --- a/Source/modules/battery/BatteryManager.h
|
| +++ b/Source/modules/battery/BatteryManager.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
| class BatteryStatus;
|
|
|
| class BatteryManager final : public RefCountedGarbageCollectedEventTargetWithInlineData<BatteryManager>, public ActiveDOMObject, public PlatformEventController {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<BatteryManager>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(BatteryManager);
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(BatteryManager);
|
| public:
|
|
|