| Index: Source/WebCore/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorDOMAgent.h b/Source/WebCore/inspector/InspectorDOMAgent.h
|
| index 58f859531fb8e126de4e469a302e573dbed7c200..19935e165c8bdec0be4a911b38893e4b63713f8f 100644
|
| --- a/Source/WebCore/inspector/InspectorDOMAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorDOMAgent.h
|
| @@ -77,7 +77,6 @@ struct HighlightConfig;
|
| typedef String ErrorString;
|
| typedef int BackendNodeId;
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| struct EventListenerInfo {
|
| EventListenerInfo(Node* node, const AtomicString& eventType, const EventListenerVector& eventListenerVector)
|
| @@ -272,7 +271,6 @@ private:
|
| bool m_suppressAttributeModifiedEvent;
|
| };
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|
| } // namespace WebCore
|
|
|
|
|