[WebRTC] Incorrect order of WebRtcApiVersion 96/296496/5
authorKajetan Brzuszczak <k.brzuszczak@partner.samsung.com>
Thu, 6 Jul 2023 10:54:11 +0000 (12:54 +0200)
committerp.balut <p.balut@samsung.com>
Fri, 28 Jul 2023 14:11:54 +0000 (16:11 +0200)
Adjust an order of WebRtcApiVersion. The order of the SHAs does not
  match a required pattern:
  [webrtc]/[webrtc_third_party]/[webrtc_tizen]

Bug: https://cam.sprc.samsung.pl/browse/VDGAME-165
Signed-off-by: Kajetan Brzuszczak <k.brzuszczak@partner.samsung.com>
Change-Id: Ie8f598670344d404f5bed7bff1a3a9b404dcc6f8

tizen_src/chromium_impl/third_party/blink/renderer/modules/webrtc/webrtc_version.h

index 295b953928a6c86dce04b45e431d07ceffa21074..3e1878b06ed8eb0f8a7be07d7d322338efe8cb9d 100644 (file)
@@ -25,7 +25,7 @@ struct WebRtcVersion {
 
   static const char* GetApiVersion() {
     static constexpr char kWebRtcApiVersion[] =
-        WEBRTC_VERSION "/" WEBRTC_TIZEN_VERSION "/" WEBRTC_THIRD_PARTY_VERSION;
+        WEBRTC_VERSION "/" WEBRTC_THIRD_PARTY_VERSION "/" WEBRTC_TIZEN_VERSION;
     return kWebRtcApiVersion;
   }