summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ProtectionSpace.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ProtectionSpace.h')
-rw-r--r--Source/WebCore/platform/network/ProtectionSpace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/network/ProtectionSpace.h b/Source/WebCore/platform/network/ProtectionSpace.h
index deb59d2..87758e1 100644
--- a/Source/WebCore/platform/network/ProtectionSpace.h
+++ b/Source/WebCore/platform/network/ProtectionSpace.h
@@ -49,7 +49,7 @@ enum ProtectionSpaceAuthenticationScheme {
ProtectionSpaceAuthenticationSchemeNegotiate = 6,
ProtectionSpaceAuthenticationSchemeClientCertificateRequested = 7,
ProtectionSpaceAuthenticationSchemeServerTrustEvaluationRequested = 8,
- ProtectionSpaceAuthenticationSchemeUnknown = 100,
+ ProtectionSpaceAuthenticationSchemeUnknown = 100
};
class ProtectionSpace {