summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h')
-rw-r--r--Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h b/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h
index 1b2082dbb..287ec9262 100644
--- a/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h
+++ b/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Apple Inc. All rights reserved.
+ * Copyright (C) 2010, 2012 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -26,6 +26,8 @@
#ifndef PluginInfoStore_h
#define PluginInfoStore_h
+#if ENABLE(NETSCAPE_PLUGIN_API)
+
#include "PluginModuleInfo.h"
#include <wtf/ThreadingPrimitives.h>
@@ -94,4 +96,6 @@ private:
} // namespace WebKit
+#endif // ENABLE(NETSCAPE_PLUGIN_API)
+
#endif // PluginInfoStore_h