[Webkit-unassigned] [Bug 170539] New: [GTK] Fix build with MEDIA_CAPTURE enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 6 00:21:45 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170539

            Bug ID: 170539
           Summary: [GTK] Fix build with MEDIA_CAPTURE enabled
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Enabling MEDIA_CAPTURE (for exaple with “build-webkit --media-capture”) causes
compilation to fail with the following error.

  .../Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.cpp:
    In function ‘gboolean webkit_dom_html_input_element_get_capture(WebKitDOMHTMLInputElement*)’:
  .../Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.cpp:168:40:
    error: ‘MediaCaptureTypeNone’ was not declared in this scope
       return item->mediaCaptureType() != MediaCaptureTypeNone;
                                          ^~~~~~~~~~~~~~~~~~~~

The definition is still around, but this code should be using
“WebCore::MediaCaptureTypeNone”. I'll be posting a patch soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170406/ba9117c6/attachment.html>


More information about the webkit-unassigned mailing list