Title: [249010] branches/safari-608-branch/Source/WebCore
- Revision
- 249010
- Author
- [email protected]
- Date
- 2019-08-22 08:45:33 -0700 (Thu, 22 Aug 2019)
Log Message
Cherry-pick r248997. rdar://problem/54579627
Unreviewed build fix; add a 'final' declaration on shouldOverridePauseDuringRouteChange().
* Modules/mediastream/MediaStream.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248997 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-608-branch/Source/WebCore/ChangeLog (249009 => 249010)
--- branches/safari-608-branch/Source/WebCore/ChangeLog 2019-08-22 15:45:31 UTC (rev 249009)
+++ branches/safari-608-branch/Source/WebCore/ChangeLog 2019-08-22 15:45:33 UTC (rev 249010)
@@ -1,3 +1,19 @@
+2019-08-22 Kocsen Chung <[email protected]>
+
+ Cherry-pick r248997. rdar://problem/54579627
+
+ Unreviewed build fix; add a 'final' declaration on shouldOverridePauseDuringRouteChange().
+
+ * Modules/mediastream/MediaStream.h:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248997 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-08-21 Jer Noble <[email protected]>
+
+ Unreviewed build fix; add a 'final' declaration on shouldOverridePauseDuringRouteChange().
+
+ * Modules/mediastream/MediaStream.h:
+
2019-08-21 Kocsen Chung <[email protected]>
Cherry-pick r248978. rdar://problem/54579627
Modified: branches/safari-608-branch/Source/WebCore/Modules/mediastream/MediaStream.h (249009 => 249010)
--- branches/safari-608-branch/Source/WebCore/Modules/mediastream/MediaStream.h 2019-08-22 15:45:31 UTC (rev 249009)
+++ branches/safari-608-branch/Source/WebCore/Modules/mediastream/MediaStream.h 2019-08-22 15:45:33 UTC (rev 249010)
@@ -165,7 +165,7 @@
bool canProduceAudio() const final;
Document* hostingDocument() const final { return document(); }
bool processingUserGestureForMedia() const final;
- bool shouldOverridePauseDuringRouteChange() const { return true; }
+ bool shouldOverridePauseDuringRouteChange() const final { return true; }
// ActiveDOMObject API.
void stop() final;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes