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

Unified Diff: Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h

Issue 1010393002: Fix issue of localDescription and remoteDescription getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ActiveDomObject. Created 5 years, 8 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: Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
diff --git a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
index c72c00a6c934e628304492ec396ed7e5898548c8..5bda8ebd7f6136bb795a30b920e5adb9f82ccf4d 100644
--- a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
+++ b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
@@ -66,6 +66,7 @@ private:
Member<RTCSessionDescriptionCallback> m_successCallback;
Member<RTCErrorCallback> m_errorCallback;
Member<RTCPeerConnection> m_requester;
+ ExecutionContext* m_context;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698