Chromium Code Reviews| Index: Source/modules/crypto/Key.cpp |
| diff --git a/Source/modules/crypto/Key.cpp b/Source/modules/crypto/Key.cpp |
| index dbc2fdc8eafc6a289dce96caafb6a86aaebec810..c6a693f9cae0d6c025eb1c2f2ab723c90589c4dd 100644 |
| --- a/Source/modules/crypto/Key.cpp |
| +++ b/Source/modules/crypto/Key.cpp |
| @@ -40,8 +40,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(Key); |
| - |
| namespace { |
| const char* keyTypeToString(blink::WebCryptoKeyType type) |