Changeset 249119 in webkit
- Timestamp:
- Aug 26, 2019, 3:16:25 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/ChromeClient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r249115 r249119 1 2019-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 1 12 2019-08-26 David Kilzer <ddkilzer@apple.com> 2 13 -
trunk/Source/WebCore/page/ChromeClient.h
r248713 r249119 118 118 enum class RouteSharingPolicy : uint8_t; 119 119 120 class WEBCORE_EXPORTChromeClient {120 class ChromeClient { 121 121 public: 122 122 virtual void chromeDestroyed() = 0;
Note:
See TracChangeset
for help on using the changeset viewer.