Title: [265617] branches/safari-610.1-branch/Source/WebCore/platform/audio/mac/AudioSampleDataSource.h
- Revision
- 265617
- Author
- [email protected]
- Date
- 2020-08-13 13:06:26 -0700 (Thu, 13 Aug 2020)
Log Message
Unreviewed build fix. rdar://problem/66945503
Missing identifier m_paused.
Modified Paths
Diff
Modified: branches/safari-610.1-branch/Source/WebCore/platform/audio/mac/AudioSampleDataSource.h (265616 => 265617)
--- branches/safari-610.1-branch/Source/WebCore/platform/audio/mac/AudioSampleDataSource.h 2020-08-13 18:45:52 UTC (rev 265616)
+++ branches/safari-610.1-branch/Source/WebCore/platform/audio/mac/AudioSampleDataSource.h 2020-08-13 20:06:26 UTC (rev 265617)
@@ -115,6 +115,7 @@
float m_volume { 1.0 };
bool m_muted { false };
+ bool m_paused { true };
bool m_shouldComputeOutputSampleOffset { true };
#if !RELEASE_LOG_DISABLED
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes