| Index: third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/battery/BatteryManager.cpp b/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| index c20d1ee9151d702bb2fb7457109c7e09a579a0a2..09d9709bccc94c9a4412b6d9ee3b7dff893c365d 100644
|
| --- a/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| @@ -21,8 +21,7 @@ BatteryManager* BatteryManager::create(ExecutionContext* context) {
|
| BatteryManager::~BatteryManager() {}
|
|
|
| BatteryManager::BatteryManager(ExecutionContext* context)
|
| - : ActiveScriptWrappable<BatteryManager>(this),
|
| - SuspendableObject(context),
|
| + : SuspendableObject(context),
|
| PlatformEventController(toDocument(context)->page()) {}
|
|
|
| ScriptPromise BatteryManager::startRequest(ScriptState* scriptState) {
|
|
|