summaryrefslogtreecommitdiff
path: root/Source/WebKit2/Shared/mac/KeychainAttribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/mac/KeychainAttribute.h')
-rw-r--r--Source/WebKit2/Shared/mac/KeychainAttribute.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/mac/KeychainAttribute.h b/Source/WebKit2/Shared/mac/KeychainAttribute.h
index 406996dd1..d5f1f42a9 100644
--- a/Source/WebKit2/Shared/mac/KeychainAttribute.h
+++ b/Source/WebKit2/Shared/mac/KeychainAttribute.h
@@ -26,6 +26,8 @@
#ifndef KeychainAttribute_h
#define KeychainAttribute_h
+#if USE(SECURITY_FRAMEWORK)
+
#include <wtf/RetainPtr.h>
#include <Security/Security.h>
@@ -50,4 +52,6 @@ bool decode(ArgumentDecoder*, WebKit::KeychainAttribute&);
} // namespace CoreIPC
+#endif // USE(SECURITY_FRAMEWORK)
+
#endif // KeychainAttribute_h