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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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/mediastream/MediaStreamTrack.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
index 2487bd06f79bf7ba17c2ddb53ed8b12df7a1ea76..9739d9229852dec285f5463dd93da55fea0f49e7 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
@@ -60,9 +60,8 @@ MediaStreamTrack::MediaStreamTrack(ExecutionContext* context,
m_readyState(MediaStreamSource::ReadyStateLive),
m_isIteratingRegisteredMediaStreams(false),
m_stopped(false),
- m_component(component)
+ m_component(component),
// The source's constraints aren't yet initialized at creation time.
- ,
m_constraints() {
m_component->source()->addObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698