Title: [213312] trunk/Source/WebKit2
Revision
213312
Author
aakash_j...@apple.com
Date
2017-03-02 15:43:16 -0800 (Thu, 02 Mar 2017)

Log Message

IsSmartPtr<WKRetainPtr<T>>::value should not be exported
https://bugs.webkit.org/show_bug.cgi?id=169047

Reviewed by Alexey Proskuryakov.

* UIProcess/API/cpp/WKRetainPtr.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213311 => 213312)


--- trunk/Source/WebKit2/ChangeLog	2017-03-02 23:43:09 UTC (rev 213311)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-02 23:43:16 UTC (rev 213312)
@@ -1,3 +1,12 @@
+2017-03-02  Aakash Jain  <aakash_j...@apple.com>
+
+        IsSmartPtr<WKRetainPtr<T>>::value should not be exported
+        https://bugs.webkit.org/show_bug.cgi?id=169047
+
+        Reviewed by Alexey Proskuryakov.
+
+        * UIProcess/API/cpp/WKRetainPtr.h:
+
 2017-03-02  Youenn Fablet  <you...@apple.com>
 
         Activate some new webrtc tests

Modified: trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h (213311 => 213312)


--- trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h	2017-03-02 23:43:09 UTC (rev 213311)
+++ trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h	2017-03-02 23:43:16 UTC (rev 213312)
@@ -263,7 +263,7 @@
 namespace WTF {
 
 template <typename T> struct IsSmartPtr<WKRetainPtr<T>> {
-    static const bool value = true;
+    WTF_INTERNAL static const bool value = true;
 };
 
 template<typename P> struct DefaultHash<WKRetainPtr<P>> {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to