Title: [161595] trunk/Source/WebCore
- Revision
- 161595
- Author
- [email protected]
- Date
- 2014-01-09 16:04:51 -0800 (Thu, 09 Jan 2014)
Log Message
Fix a copy-paste mistake in an include guard.
Rubber-stamped by Sam Weinig.
* crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (161594 => 161595)
--- trunk/Source/WebCore/ChangeLog 2014-01-10 00:03:44 UTC (rev 161594)
+++ trunk/Source/WebCore/ChangeLog 2014-01-10 00:04:51 UTC (rev 161595)
@@ -1,3 +1,11 @@
+2014-01-09 Alexey Proskuryakov <[email protected]>
+
+ Fix a copy-paste mistake in an include guard.
+
+ Rubber-stamped by Sam Weinig.
+
+ * crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h:
+
2014-01-09 Anders Carlsson <[email protected]>
History::StateObjectType should be a strong enum
Modified: trunk/Source/WebCore/crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h (161594 => 161595)
--- trunk/Source/WebCore/crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h 2014-01-10 00:03:44 UTC (rev 161594)
+++ trunk/Source/WebCore/crypto/parameters/CryptoAlgorithmRsaKeyParamsWithHash.h 2014-01-10 00:04:51 UTC (rev 161595)
@@ -24,7 +24,7 @@
*/
#ifndef CryptoAlgorithmRsaKeyParamsWithHash_h
-#define CryptoAlgorithmRsaSsaKey
+#define CryptoAlgorithmRsaKeyParamsWithHash_h
#include "CryptoAlgorithmIdentifier.h"
#include "CryptoAlgorithmParameters.h"
@@ -55,4 +55,4 @@
}
#endif // ENABLE(SUBTLE_CRYPTO)
-#endif // CryptoAlgorithmRsaSsaParams_h
+#endif // CryptoAlgorithmRsaKeyParamsWithHash_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes