summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/JavaScriptCallFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/JavaScriptCallFrame.h')
-rw-r--r--WebCore/inspector/JavaScriptCallFrame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/JavaScriptCallFrame.h b/WebCore/inspector/JavaScriptCallFrame.h
index 47cdac2..bf61c4b 100644
--- a/WebCore/inspector/JavaScriptCallFrame.h
+++ b/WebCore/inspector/JavaScriptCallFrame.h
@@ -26,7 +26,7 @@
#ifndef JavaScriptCallFrame_h
#define JavaScriptCallFrame_h
-#if ENABLE(JAVASCRIPT_DEBUGGER)
+#if ENABLE(JAVASCRIPT_DEBUGGER) && USE(JSC)
#include <interpreter/CallFrame.h>
#include <wtf/PassRefPtr.h>