<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:thorton&#64;apple.com" title="Tim Horton &lt;thorton&#64;apple.com&gt;"> <span class="fn">Tim Horton</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: add a focus manager that WebKit clients can use to access the focused media element"
   href="https://bugs.webkit.org/show_bug.cgi?id=147629">bug 147629</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>thorton&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: add a focus manager that WebKit clients can use to access the focused media element"
   href="https://bugs.webkit.org/show_bug.cgi?id=147629#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: add a focus manager that WebKit clients can use to access the focused media element"
   href="https://bugs.webkit.org/show_bug.cgi?id=147629">bug 147629</a>
              from <span class="vcard"><a class="email" href="mailto:thorton&#64;apple.com" title="Tim Horton &lt;thorton&#64;apple.com&gt;"> <span class="fn">Tim Horton</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147629#c8">comment #8</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=147629#c7">comment #7</a>)
&gt; &gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=258191&amp;action=diff" name="attach_258191" title="Patch">attachment 258191</a> <a href="attachment.cgi?id=258191&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=258191&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=258191&amp;action=review</a>
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/UIProcess/WebMediaSessionFocusManager.cpp:67
&gt; &gt; &gt; +    ASSERT(proxy);
&gt; &gt; 
&gt; &gt; No real need for this assert if you're just going to go ahead and
&gt; &gt; dereference the null pointer two lines away.
&gt; 
&gt; Removed.
&gt; 
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/UIProcess/WebMediaSessionFocusManager.h:38
&gt; &gt; &gt; +typedef std::tuple&lt;WebPageProxy*, uint64_t&gt; FocusedMediaElement;
&gt; &gt; 
&gt; &gt; might be clearer if this is a std::pair? then you don't have the fairly
&gt; &gt; surprising std::get in the impl. Unless you're planning to add more
&gt; &gt; components.
&gt; 
&gt; Switched to std::pair. Much cleaner.
&gt; 
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/UIProcess/WebMediaSessionFocusManager.h:40
&gt; &gt; &gt; +class WebMediaSessionFocusManager: public API::ObjectImpl&lt;API::Object::Type::MediaSessionFocusManager&gt;, public WebContextSupplement {
&gt; &gt; 
&gt; &gt; space before the colon
&gt; 
&gt; Added.
&gt; 
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:-7626
&gt; &gt; &gt; -                                15739BBD1B42042D00D258C1 /* WebUserMediaClient.h in Headers */,
&gt; &gt; 
&gt; &gt; This patch is doing a surprising about of xcodeproj reordering.
&gt; 
&gt; I just ran sort-xcode-project.</span >

Not usually recommended in a patch that is also doing other things (can make reverts more annoying than usual, especially). But, ok.</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>