<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - MediaSession: handle MediaEventTrackNext and MediaEventTrackPrevious events"
   href="https://bugs.webkit.org/show_bug.cgi?id=146028#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - MediaSession: handle MediaEventTrackNext and MediaEventTrackPrevious events"
   href="https://bugs.webkit.org/show_bug.cgi?id=146028">bug 146028</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>(In reply to <a href="show_bug.cgi?id=146028#c4">comment #4</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=146028#c3">comment #3</a>)
&gt; &gt; Comment on <span class=""><a href="attachment.cgi?id=254970&amp;action=diff" name="attach_254970" title="Patch">attachment 254970</a> <a href="attachment.cgi?id=254970&amp;action=edit" title="Patch">[details]</a></span>
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; <a href="https://bugs.webkit.org/attachment.cgi?id=254970&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=254970&amp;action=review</a>
&gt; &gt; 
&gt; &gt; &gt; Source/WebCore/Modules/mediasession/MediaSessionManager.cpp:67
&gt; &gt; &gt; +        if (session-&gt;currentState() == MediaSession::State::Active &amp;&amp; session-&gt;kind() == &quot;content&quot;)
&gt; &gt; 
&gt; &gt; Generally it’s not good for an enum value to be a string literal at each
&gt; &gt; call site like this. It’s easy to have a typo and the compiler won’t catch
&gt; &gt; it. I suggest making constants for these special kind values somewhere, so
&gt; &gt; that we get a compile time error if we spell it wrong somewhere.
&gt; 
&gt; Fixed. I didn't see us using many string constants in WebCore.</span >

Look at the newer enums exposed to JavaScript, for example TextTrackMode and TextTrackKind in TextTrack.idl/.cpp/.h</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>