Title: [277253] trunk/Source/WebCore
Revision
277253
Author
[email protected]
Date
2021-05-09 14:21:28 -0700 (Sun, 09 May 2021)

Log Message

[WinCairo][Clang] lld-link: error: undefined symbol: public: static class GenericTypedArrayView<>::tryCreate() in CryptoKeyRSAOpenSSL.cpp
https://bugs.webkit.org/show_bug.cgi?id=225581

Unreviewed build for r277142.

* crypto/openssl/CryptoKeyRSAOpenSSL.cpp: Include <_javascript_Core/TypedArrayInlines.h>.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (277252 => 277253)


--- trunk/Source/WebCore/ChangeLog	2021-05-09 19:11:19 UTC (rev 277252)
+++ trunk/Source/WebCore/ChangeLog	2021-05-09 21:21:28 UTC (rev 277253)
@@ -1,3 +1,12 @@
+2021-05-09  Fujii Hironori  <[email protected]>
+
+        [WinCairo][Clang] lld-link: error: undefined symbol: public: static class GenericTypedArrayView<>::tryCreate() in CryptoKeyRSAOpenSSL.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=225581
+
+        Unreviewed build for r277142.
+
+        * crypto/openssl/CryptoKeyRSAOpenSSL.cpp: Include <_javascript_Core/TypedArrayInlines.h>.
+
 2021-05-09  Dean Jackson  <[email protected]>
 
         [WebXR] Remove reference cycle in WebXRSession

Modified: trunk/Source/WebCore/crypto/openssl/CryptoKeyRSAOpenSSL.cpp (277252 => 277253)


--- trunk/Source/WebCore/crypto/openssl/CryptoKeyRSAOpenSSL.cpp	2021-05-09 19:11:19 UTC (rev 277252)
+++ trunk/Source/WebCore/crypto/openssl/CryptoKeyRSAOpenSSL.cpp	2021-05-09 21:21:28 UTC (rev 277253)
@@ -31,6 +31,7 @@
 #include "CryptoAlgorithmRegistry.h"
 #include "CryptoKeyPair.h"
 #include "CryptoKeyRSAComponents.h"
+#include <_javascript_Core/TypedArrayInlines.h>
 #include <openssl/X509.h>
 #include <openssl/evp.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to