As discussed with Eric Carlson and Jer Noble, we should rename MediaSession to PlatformMediaSession to reserve "media session" for the Media Session API (bug 145411).
<rdar://problem/21149514>
Created attachment 253879 [details] Patch
Created attachment 253881 [details] Patch (re-based)
Attachment 253881 [details] did not pass style-queue: ERROR: Source/WebCore/platform/audio/PlatformMediaSession.cpp:44: Non-label code inside switch statements should be indented. [whitespace/indent] [4] Total errors found: 1 in 25 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 253883 [details] Patch (fixed GTK build)
Attachment 253883 [details] did not pass style-queue: ERROR: Source/WebCore/platform/audio/PlatformMediaSession.cpp:44: Non-label code inside switch statements should be indented. [whitespace/indent] [4] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 253885 [details] Patch (fixes Windows and iOS build)
Attachment 253885 [details] did not pass style-queue: ERROR: Source/WebCore/platform/audio/PlatformMediaSession.cpp:44: Non-label code inside switch statements should be indented. [whitespace/indent] [4] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 253885 [details] Patch (fixes Windows and iOS build) Clearing flags on attachment: 253885 Committed r185006: <http://trac.webkit.org/changeset/185006>
All reviewed patches have been landed. Closing bug.