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 694dac1a6b93243ccadf56946190b1f0aa746257..4541db04a2c36bc5c36a6e593c3768f15f5fe062 100644 |
--- a/third_party/WebKit/Source/modules/battery/BatteryManager.cpp |
+++ b/third_party/WebKit/Source/modules/battery/BatteryManager.cpp |
@@ -111,8 +111,6 @@ void BatteryManager::contextDestroyed(ExecutionContext*) { |
stopUpdating(); |
} |
-void BatteryManager::contextDestroyed(Page*) {} |
- |
bool BatteryManager::hasPendingActivity() const { |
// Prevent V8 from garbage collecting the wrapper object if there are |
// event listeners attached to it. |