Changeset 248849 in webkit


Ignore:
Timestamp:
Aug 19, 2019 1:25:24 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix in WinCairo and GTK ports
https://bugs.webkit.org/show_bug.cgi?id=200767

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::enumerateMediaDevicesForFrame):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r248847 r248849  
     12019-08-19  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix in WinCairo and GTK ports
     4        https://bugs.webkit.org/show_bug.cgi?id=200767
     5
     6        * UIProcess/WebPageProxy.cpp:
     7        (WebKit::WebPageProxy::enumerateMediaDevicesForFrame):
     8
    192019-08-19  Youenn Fablet  <youenn@apple.com>
    210
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r248847 r248849  
    74717471    userMediaPermissionRequestManager().enumerateMediaDevicesForFrame(frameID, userMediaDocumentOriginData.securityOrigin(), topLevelDocumentOriginData.securityOrigin(), WTFMove(completionHandler));
    74727472#else
    7473     UNUSED_PARAM(userMediaID);
    74747473    UNUSED_PARAM(frameID);
    74757474    UNUSED_PARAM(userMediaDocumentOriginData);
    74767475    UNUSED_PARAM(topLevelDocumentOriginData);
     7476    UNUSED_PARAM(completionHandler);
    74777477#endif
    74787478}
Note: See TracChangeset for help on using the changeset viewer.