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

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

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months 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.h
diff --git a/third_party/WebKit/Source/modules/battery/BatteryManager.h b/third_party/WebKit/Source/modules/battery/BatteryManager.h
index 93a105c73ca2834421ed6e402a8c458b33476e9e..fa13c2db10a6acdf4120a3ec4bdfc9dcf3b50869 100644
--- a/third_party/WebKit/Source/modules/battery/BatteryManager.h
+++ b/third_party/WebKit/Source/modules/battery/BatteryManager.h
@@ -58,7 +58,8 @@ class BatteryManager final : public EventTargetWithInlineData,
// SuspendableObject implementation.
void suspend() override;
void resume() override;
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
+ void contextDestroyed(Page*) override;
// ScriptWrappable implementation.
bool hasPendingActivity() const final;

Powered by Google App Engine
This is Rietveld 408576698