Chromium Code Reviews| Index: Source/modules/crypto/SubtleCrypto.cpp |
| diff --git a/Source/modules/crypto/SubtleCrypto.cpp b/Source/modules/crypto/SubtleCrypto.cpp |
| index f67c2ae2f16e122139f02dbab324ef33bd084887..0543c8898ccb5c086fa2ff62987925b39ae17e52 100644 |
| --- a/Source/modules/crypto/SubtleCrypto.cpp |
| +++ b/Source/modules/crypto/SubtleCrypto.cpp |
| @@ -43,8 +43,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(SubtleCrypto); |
| - |
| namespace { |
| bool parseAlgorithm(const Dictionary& rawAlgorithm, AlgorithmOperation operationType, blink::WebCryptoAlgorithm &algorithm, ExceptionState& exceptionState, CryptoResult* result) |