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

Unified Diff: third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp

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/websockets/DOMWebSocket.cpp
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
index a62dd874e1cb640e5fba0107318d48db5a8e6546..2b175aa2fb9a5c73b062fc42382ad11ac66432be 100644
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
@@ -652,7 +652,7 @@ ExecutionContext* DOMWebSocket::getExecutionContext() const {
return SuspendableObject::getExecutionContext();
}
-void DOMWebSocket::contextDestroyed() {
+void DOMWebSocket::contextDestroyed(ExecutionContext*) {
NETWORK_DVLOG(1) << "WebSocket " << this << " contextDestroyed()";
m_eventQueue->contextDestroyed();
if (m_channel) {

Powered by Google App Engine
This is Rietveld 408576698