Changeset 159161 in webkit


Ignore:
Timestamp:
Nov 12, 2013 4:40:22 PM (10 years ago)
Author:
ap@apple.com
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
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r159160 r159161  
     12013-11-12  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Implement key generation and JWK import for RSASSA-PKCS1-v1_5
     4        https://bugs.webkit.org/show_bug.cgi?id=124236
     5
     6        Release build fix.
     7
     8        * bindings/js/JSCryptoAlgorithmBuilder.cpp: Include TypedArrayInlines.h
     9
    1102013-11-12  Alexey Proskuryakov  <ap@apple.com>
    211
  • trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmBuilder.cpp

    r159160 r159161  
    3232#include <runtime/Operations.h>
    3333#include <runtime/TypedArrays.h>
     34#include <runtime/TypedArrayInlines.h>
    3435
    3536using namespace JSC;
Note: See TracChangeset for help on using the changeset viewer.