⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 249119 in webkit


Ignore:
Timestamp:
Aug 26, 2019, 3:16:25 PM (7 years ago)
Author:
Chris Dumez
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r249115 r249119  
     12019-08-26  Chris Dumez  <cdumez@apple.com>
     2
     3        Drop WEBCORE_EXPORT from ChromeClient class
     4        https://bugs.webkit.org/show_bug.cgi?id=201146
     5
     6        Reviewed by Alex Christensen.
     7
     8        Drop WEBCORE_EXPORT from ChromeClient class. All its methods and either pure virtual or inlined in the header.
     9
     10        * page/ChromeClient.h:
     11
    1122019-08-26  David Kilzer  <ddkilzer@apple.com>
    213
  • trunk/Source/WebCore/page/ChromeClient.h

    r248713 r249119  
    118118enum class RouteSharingPolicy : uint8_t;
    119119
    120 class WEBCORE_EXPORT ChromeClient {
     120class ChromeClient {
    121121public:
    122122    virtual void chromeDestroyed() = 0;
Note: See TracChangeset for help on using the changeset viewer.