Changeset 230504 in webkit


Ignore:
Timestamp:
Apr 10, 2018 5:39:59 PM (6 years ago)
Author:
Fujii Hironori
Message:

[Win][WebKit] LibWebRTCProvider::webRTCAvailable is an undefined symbol
https://bugs.webkit.org/show_bug.cgi?id=184437

Reviewed by Michael Catanzaro.

No new tests (No behavior change).

  • PlatformWin.cmake: Added LibWebRTCProviderWin.cpp.
  • platform/mediastream/libwebrtc/LibWebRTCProviderWin.cpp: Added.

(WebCore::LibWebRTCProvider::webRTCAvailable):

Location:
trunk/Source/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r230502 r230504  
     12018-04-10  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [Win][WebKit] LibWebRTCProvider::webRTCAvailable is an undefined symbol
     4        https://bugs.webkit.org/show_bug.cgi?id=184437
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        No new tests (No behavior change).
     9
     10        * PlatformWin.cmake: Added LibWebRTCProviderWin.cpp.
     11        * platform/mediastream/libwebrtc/LibWebRTCProviderWin.cpp: Added.
     12        (WebCore::LibWebRTCProvider::webRTCAvailable):
     13
    1142018-04-10  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Source/WebCore/PlatformWin.cmake

    r229434 r230504  
    7171    platform/graphics/win/TransformationMatrixWin.cpp
    7272    platform/graphics/win/UniscribeController.cpp
     73
     74    platform/mediastream/libwebrtc/LibWebRTCProviderWin.cpp
    7375
    7476    platform/network/win/DownloadBundleWin.cpp
Note: See TracChangeset for help on using the changeset viewer.