Title: [273475] branches/safari-611-branch/Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp
Revision
273475
Author
alanc...@apple.com
Date
2021-02-24 23:00:48 -0800 (Wed, 24 Feb 2021)

Log Message

Unreviewed build fix. rdar://problem/74501076

Modified Paths


Diff

Modified: branches/safari-611-branch/Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp (273474 => 273475)


--- branches/safari-611-branch/Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp	2021-02-25 06:50:56 UTC (rev 273474)
+++ branches/safari-611-branch/Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp	2021-02-25 07:00:48 UTC (rev 273475)
@@ -313,7 +313,7 @@
 
 void MediaRecorder::stopRecordingInternal()
 {
-    if (state() == RecordingState::Inactive) {
+    if (state() == RecordingState::Inactive)
         return;
 
     for (auto& track : m_tracks)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to