<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Support for HTML Media Capture API"
   href="https://bugs.webkit.org/show_bug.cgi?id=43239#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Support for HTML Media Capture API"
   href="https://bugs.webkit.org/show_bug.cgi?id=43239">bug 43239</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>Comment on <span class=""><a href="attachment.cgi?id=294532&amp;action=diff" name="attach_294532" title="Proposed patch v3">attachment 294532</a> <a href="attachment.cgi?id=294532&amp;action=edit" title="Proposed patch v3">[details]</a></span>
Proposed patch v3

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

<span class="quote">&gt; Source/WebKit2/UIProcess/Cocoa/WKUserMediaProviderCocoa.h:42
&gt; +class WKUserMediaProviderCocoa final : public WKUserMediaProvider {</span >

No WK prefix here either.

<span class="quote">&gt; Source/WebKit2/UIProcess/Cocoa/WKUserMediaProviderCocoa.mm:86
&gt; +    void (^cameraAuthorizationBlock)(void) = ^ {
&gt; +        if (requiresVideo) {
&gt; +            [captureDeviceAuthorizer() requestCameraAuthorization:^(BOOL authorized) {</span >

I think instead of this mechanism, this should be the default implementation of the UIDelegate, perhaps.

<span class="quote">&gt; Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:3265
&gt; -                7CB16FE41724B9B5007A0A95 /* com.apple.WebKit.plugin-common.sb.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = &quot;com.apple.WebKit.plugin-common.sb.in&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
&gt; +                7CB16FE41724B9B5007A0A95 /* com.apple.WebKit.plugin-common.sb.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = &quot;com.apple.WebKit.plugin-common.sb.in&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };</span >

This shouldn't be in this patch.</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>