<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: add plumbing for delivering start-of-interruption events"
   href="https://bugs.webkit.org/show_bug.cgi?id=146837#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: add plumbing for delivering start-of-interruption events"
   href="https://bugs.webkit.org/show_bug.cgi?id=146837">bug 146837</a>
              from <span class="vcard"><a class="email" href="mailto:eric.carlson&#64;apple.com" title="Eric Carlson &lt;eric.carlson&#64;apple.com&gt;"> <span class="fn">Eric Carlson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=256589&amp;action=diff" name="attach_256589" title="Patch">attachment 256589</a> <a href="attachment.cgi?id=256589&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=256589&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=256589&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/Modules/mediasession/MediaSessionEvents.h:33
&gt; +enum MediaEventType {</span >

This should be &quot;enum class&quot;.

<span class="quote">&gt; Source/WebCore/Modules/mediasession/MediaSessionEvents.h:39
&gt; +enum MediaSessionInterruptingCategory {</span >

Ditto.

<span class="quote">&gt; Source/WebCore/page/Page.cpp:1230
&gt; +void Page::handleStartOfInterruptionEvent(MediaSessionInterruptingCategory category)
&gt; +{
&gt; +}</span >

Please add notImplemented();</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>