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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.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/peerconnection/RTCDataChannel.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
index 7d71c1c45b53f6e7d417afb7c444bafefb72b56a..4dacc5f9e9d4d1dd14a77fd496e14d83d403f6db 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
@@ -107,7 +107,7 @@ class MODULES_EXPORT RTCDataChannel final
// SuspendableObject
void suspend() override;
void resume() override;
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// ScriptWrappable
bool hasPendingActivity() const override;

Powered by Google App Engine
This is Rietveld 408576698