Title: [213111] trunk/Source/WebKit2
Revision
213111
Author
[email protected]
Date
2017-02-27 18:06:17 -0800 (Mon, 27 Feb 2017)

Log Message

Export WKPluginInformationBundleShortVersionKey
https://bugs.webkit.org/show_bug.cgi?id=168951

Reviewed by Dan Bernstein.

* Shared/API/c/WKPluginInformation.h: It was accidentally not exported when added.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213110 => 213111)


--- trunk/Source/WebKit2/ChangeLog	2017-02-28 01:42:20 UTC (rev 213110)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-28 02:06:17 UTC (rev 213111)
@@ -1,3 +1,12 @@
+2017-02-27  Alexey Proskuryakov  <[email protected]>
+
+        Export WKPluginInformationBundleShortVersionKey
+        https://bugs.webkit.org/show_bug.cgi?id=168951
+
+        Reviewed by Dan Bernstein.
+
+        * Shared/API/c/WKPluginInformation.h: It was accidentally not exported when added.
+
 2017-02-27  Youenn Fablet  <[email protected]>
 
         [WebRTC] Add support for libwebrtc TCP incoming connections

Modified: trunk/Source/WebKit2/Shared/API/c/WKPluginInformation.h (213110 => 213111)


--- trunk/Source/WebKit2/Shared/API/c/WKPluginInformation.h	2017-02-28 01:42:20 UTC (rev 213110)
+++ trunk/Source/WebKit2/Shared/API/c/WKPluginInformation.h	2017-02-28 02:06:17 UTC (rev 213111)
@@ -41,7 +41,7 @@
 WK_EXPORT WKStringRef WKPluginInformationBundleVersionKey();
 
 /* Value type: WKStringRef */
-WKStringRef WKPluginInformationBundleShortVersionKey();
+WK_EXPORT WKStringRef WKPluginInformationBundleShortVersionKey();
 
 /* Value type: WKStringRef */
 WK_EXPORT WKStringRef WKPluginInformationPathKey();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to