summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorDOMAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorDOMAgent.h')
-rw-r--r--WebCore/inspector/InspectorDOMAgent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/inspector/InspectorDOMAgent.h b/WebCore/inspector/InspectorDOMAgent.h
index c00c133..33c5f64 100644
--- a/WebCore/inspector/InspectorDOMAgent.h
+++ b/WebCore/inspector/InspectorDOMAgent.h
@@ -56,12 +56,15 @@ namespace WebCore {
class CSSStyleSheet;
class Element;
class Event;
+ class InspectorDOMAgent;
class InspectorFrontend2;
class MatchJob;
class NameNodeMap;
class Node;
class Page;
+#if ENABLE(INSPECTOR)
+
struct EventListenerInfo {
EventListenerInfo(Node* node, const AtomicString& eventType, const EventListenerVector& eventListenerVector)
: node(node)
@@ -207,6 +210,8 @@ namespace WebCore {
Vector<long> m_inspectedNodes;
};
+#endif
+
} // namespace WebCore
#endif // !defined(InspectorDOMAgent_h)