Title: [212456] trunk/Source/ThirdParty/libwebrtc
Revision
212456
Author
commit-qu...@webkit.org
Date
2017-02-16 12:08:56 -0800 (Thu, 16 Feb 2017)

Log Message

[WebRTC] Fix some missing exports after r212401
https://bugs.webkit.org/show_bug.cgi?id=168449

Patch by Youenn Fablet <you...@apple.com> on 2017-02-16
Reviewed by Alex Christensen.

* Source/webrtc/api/jsep.h:
* Source/webrtc/base/checks.h:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (212455 => 212456)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-02-16 20:06:15 UTC (rev 212455)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-02-16 20:08:56 UTC (rev 212456)
@@ -1,3 +1,13 @@
+2017-02-16  Youenn Fablet  <you...@apple.com>
+
+        [WebRTC] Fix some missing exports after r212401
+        https://bugs.webkit.org/show_bug.cgi?id=168449
+
+        Reviewed by Alex Christensen.
+
+        * Source/webrtc/api/jsep.h:
+        * Source/webrtc/base/checks.h:
+
 2017-02-15  Alex Christensen  <achristen...@webkit.org>
 
         Fix ASAN build after r212401

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/api/jsep.h (212455 => 212456)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/api/jsep.h	2017-02-16 20:06:15 UTC (rev 212455)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/api/jsep.h	2017-02-16 20:08:56 UTC (rev 212456)
@@ -76,7 +76,7 @@
 // Class representation of a Session description.
 // An instance of this interface is supposed to be owned by one class at
 // a time and is therefore not expected to be thread safe.
-class SessionDescriptionInterface {
+class WEBRTC_EXPORT SessionDescriptionInterface {
  public:
   // Supported types:
   static const char kOffer[];

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/checks.h (212455 => 212456)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/checks.h	2017-02-16 20:06:15 UTC (rev 212455)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/checks.h	2017-02-16 20:08:56 UTC (rev 212456)
@@ -230,7 +230,7 @@
 // can match the Chromium behavior.
 
 // Like a stripped-down LogMessage from logging.h, except that it aborts.
-class FatalMessage {
+class WEBRTC_EXPORT FatalMessage {
  public:
   FatalMessage(const char* file, int line);
   // Used for RTC_CHECK_EQ(), etc. Takes ownership of the given string.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to