Title: [159161] trunk/Source/WebCore
Revision
159161
Author
[email protected]
Date
2013-11-12 16:40:22 -0800 (Tue, 12 Nov 2013)

Log Message

Implement key generation and JWK import for RSASSA-PKCS1-v1_5
https://bugs.webkit.org/show_bug.cgi?id=124236

Release build fix.

* bindings/js/JSCryptoAlgorithmBuilder.cpp: Include TypedArrayInlines.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159160 => 159161)


--- trunk/Source/WebCore/ChangeLog	2013-11-13 00:32:37 UTC (rev 159160)
+++ trunk/Source/WebCore/ChangeLog	2013-11-13 00:40:22 UTC (rev 159161)
@@ -3,6 +3,15 @@
         Implement key generation and JWK import for RSASSA-PKCS1-v1_5
         https://bugs.webkit.org/show_bug.cgi?id=124236
 
+        Release build fix.
+
+        * bindings/js/JSCryptoAlgorithmBuilder.cpp: Include TypedArrayInlines.h
+
+2013-11-12  Alexey Proskuryakov  <[email protected]>
+
+        Implement key generation and JWK import for RSASSA-PKCS1-v1_5
+        https://bugs.webkit.org/show_bug.cgi?id=124236
+
         Reviewed by Sam Weinig.
 
         Tests: crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html

Modified: trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp (159160 => 159161)


--- trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp	2013-11-13 00:32:37 UTC (rev 159160)
+++ trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp	2013-11-13 00:40:22 UTC (rev 159161)
@@ -31,6 +31,7 @@
 #include <runtime/ObjectConstructor.h>
 #include <runtime/Operations.h>
 #include <runtime/TypedArrays.h>
+#include <runtime/TypedArrayInlines.h>
 
 using namespace JSC;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to