Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: third_party/WebKit/Source/modules/battery/BatteryManager.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698