summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorCSSStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorCSSStore.cpp')
-rw-r--r--WebCore/inspector/InspectorCSSStore.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/inspector/InspectorCSSStore.cpp b/WebCore/inspector/InspectorCSSStore.cpp
index a080eda..7bc947a 100644
--- a/WebCore/inspector/InspectorCSSStore.cpp
+++ b/WebCore/inspector/InspectorCSSStore.cpp
@@ -29,6 +29,8 @@
#include "config.h"
#include "InspectorCSSStore.h"
+#if ENABLE(INSPECTOR)
+
#include "CSSMutableStyleDeclaration.h"
#include "CSSParser.h"
#include "CSSRuleList.h"
@@ -220,3 +222,5 @@ long InspectorCSSStore::bindRule(CSSStyleRule* rule)
}
} // namespace WebCore
+
+#endif // ENABLE(INSPECTOR)