Index: Source/modules/crypto/CryptoResultImpl.cpp |
diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp |
index 5775a8fe3b9db9be73118293e8492ff9c2bd73ec..ff1c95ff71c459dddc7ad977ea912d315e96dfbf 100644 |
--- a/Source/modules/crypto/CryptoResultImpl.cpp |
+++ b/Source/modules/crypto/CryptoResultImpl.cpp |
@@ -47,8 +47,6 @@ |
namespace WebCore { |
-namespace { |
- |
ExceptionCode toExceptionCode(blink::WebCryptoErrorType errorType) |
{ |
switch (errorType) { |
@@ -77,8 +75,6 @@ ExceptionCode toExceptionCode(blink::WebCryptoErrorType errorType) |
return 0; |
} |
-} // namespace |
- |
// The PromiseState class contains all the state which is tied to an |
// ExecutionContext. Whereas CryptoResultImpl can be deleted from any thread, |
// PromiseState is not thread safe and must only be accessed and deleted from |