Title: [249119] trunk/Source/WebCore
Revision
249119
Author
[email protected]
Date
2019-08-26 15:16:25 -0700 (Mon, 26 Aug 2019)

Log Message

Drop WEBCORE_EXPORT from ChromeClient class
https://bugs.webkit.org/show_bug.cgi?id=201146

Reviewed by Alex Christensen.

Drop WEBCORE_EXPORT from ChromeClient class. All its methods and either pure virtual or inlined in the header.

* page/ChromeClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (249118 => 249119)


--- trunk/Source/WebCore/ChangeLog	2019-08-26 21:59:24 UTC (rev 249118)
+++ trunk/Source/WebCore/ChangeLog	2019-08-26 22:16:25 UTC (rev 249119)
@@ -1,3 +1,14 @@
+2019-08-26  Chris Dumez  <[email protected]>
+
+        Drop WEBCORE_EXPORT from ChromeClient class
+        https://bugs.webkit.org/show_bug.cgi?id=201146
+
+        Reviewed by Alex Christensen.
+
+        Drop WEBCORE_EXPORT from ChromeClient class. All its methods and either pure virtual or inlined in the header.
+
+        * page/ChromeClient.h:
+
 2019-08-26  David Kilzer  <[email protected]>
 
         Don't compute upconverted characters twice in buildQuery() in DataDetection.mm

Modified: trunk/Source/WebCore/page/ChromeClient.h (249118 => 249119)


--- trunk/Source/WebCore/page/ChromeClient.h	2019-08-26 21:59:24 UTC (rev 249118)
+++ trunk/Source/WebCore/page/ChromeClient.h	2019-08-26 22:16:25 UTC (rev 249119)
@@ -117,7 +117,7 @@
 
 enum class RouteSharingPolicy : uint8_t;
 
-class WEBCORE_EXPORT ChromeClient {
+class ChromeClient {
 public:
     virtual void chromeDestroyed() = 0;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to