Changeset 249010 in webkit
- Timestamp:
- Aug 22, 2019, 8:45:33 AM (7 years ago)
- Location:
- branches/safari-608-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Modules/mediastream/MediaStream.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608-branch/Source/WebCore/ChangeLog
r249009 r249010 1 2019-08-22 Kocsen Chung <kocsen_chung@apple.com> 2 3 Cherry-pick r248997. rdar://problem/54579627 4 5 Unreviewed build fix; add a 'final' declaration on shouldOverridePauseDuringRouteChange(). 6 7 * Modules/mediastream/MediaStream.h: 8 9 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248997 268f45cc-cd09-0410-ab3c-d52691b4dbfc 10 11 2019-08-21 Jer Noble <jer.noble@apple.com> 12 13 Unreviewed build fix; add a 'final' declaration on shouldOverridePauseDuringRouteChange(). 14 15 * Modules/mediastream/MediaStream.h: 16 1 17 2019-08-21 Kocsen Chung <kocsen_chung@apple.com> 2 18 -
branches/safari-608-branch/Source/WebCore/Modules/mediastream/MediaStream.h
r249008 r249010 166 166 Document* hostingDocument() const final { return document(); } 167 167 bool processingUserGestureForMedia() const final; 168 bool shouldOverridePauseDuringRouteChange() const { return true; }168 bool shouldOverridePauseDuringRouteChange() const final { return true; } 169 169 170 170 // ActiveDOMObject API.
Note:
See TracChangeset
for help on using the changeset viewer.