| Index: Source/WebCore/inspector/InspectorStyleTextEditor.h
|
| diff --git a/Source/WebCore/inspector/InspectorStyleTextEditor.h b/Source/WebCore/inspector/InspectorStyleTextEditor.h
|
| index d7502561b0a5b99fde92e083b300a14cad75bf31..2735c27bef00898068bdb92cdb8a59116ec2fd0b 100644
|
| --- a/Source/WebCore/inspector/InspectorStyleTextEditor.h
|
| +++ b/Source/WebCore/inspector/InspectorStyleTextEditor.h
|
| @@ -32,7 +32,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| struct InspectorStyleProperty;
|
| struct SourceRange;
|
| @@ -60,7 +59,6 @@ private:
|
| const std::pair<String, String> m_format;
|
| };
|
|
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|
|
|