[webkit-changes] [WebKit/WebKit] dd2181: Add exports to link a shared WebCore with TestWebC...

Don Olmstead noreply at github.com
Thu Dec 1 08:56:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dd21812cfbe38b05ec156b3170486d1da1e5e18b
      https://github.com/WebKit/WebKit/commit/dd21812cfbe38b05ec156b3170486d1da1e5e18b
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M Source/WebCore/PAL/pal/text/TextEncoding.cpp
    M Source/WebCore/PAL/pal/text/TextEncoding.h
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.h
    M Source/WebCore/platform/network/curl/CookieJarDB.h
    M Source/WebCore/platform/network/curl/OpenSSLHelper.h

  Log Message:
  -----------
  Add exports to link a shared WebCore with TestWebCore for WinCairo
https://bugs.webkit.org/show_bug.cgi?id=248558

Reviewed by Myles C. Maxfield.

Add `WEBCORE_EXPORT` to the referenced code. Move a `TextEncoding`
constructor into the `.cpp` file so it will export properly.

* Source/WebCore/PAL/pal/text/TextEncoding.cpp:
* Source/WebCore/PAL/pal/text/TextEncoding.h:
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:
* Source/WebCore/platform/network/curl/CookieJarDB.h:
* Source/WebCore/platform/network/curl/OpenSSLHelper.h:

Canonical link: https://commits.webkit.org/257241@main




More information about the webkit-changes mailing list