| Index: Source/modules/battery/BatteryManager.cpp
|
| diff --git a/Source/modules/battery/BatteryManager.cpp b/Source/modules/battery/BatteryManager.cpp
|
| index 9df7fe4f141e367cb7feddaf61cca76eed94c643..3480c416f22a53c9f731154af5524db0627ad9c8 100644
|
| --- a/Source/modules/battery/BatteryManager.cpp
|
| +++ b/Source/modules/battery/BatteryManager.cpp
|
| @@ -27,7 +27,7 @@ BatteryManager::~BatteryManager()
|
|
|
| BatteryManager::BatteryManager(ExecutionContext* context)
|
| : ActiveDOMObject(context)
|
| - , DeviceEventControllerBase(toDocument(context)->page())
|
| + , PlatformEventController(toDocument(context)->page())
|
| , m_batteryStatus(BatteryStatus::create())
|
| , m_state(NotStarted)
|
| {
|
|
|