| Index: Source/WebCore/inspector/ContentSearchUtils.h
|
| diff --git a/Source/WebCore/inspector/ContentSearchUtils.h b/Source/WebCore/inspector/ContentSearchUtils.h
|
| index 3c8773e65445804fac12a8452d7b15ab5c60c4fb..42bed5229431d41b7b2195cc02b13e6d2eb5ae7e 100644
|
| --- a/Source/WebCore/inspector/ContentSearchUtils.h
|
| +++ b/Source/WebCore/inspector/ContentSearchUtils.h
|
| @@ -29,7 +29,6 @@
|
| #ifndef ContentSearchUtils_h
|
| #define ContentSearchUtils_h
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| #include "InspectorTypeBuilder.h"
|
| #include <wtf/Vector.h>
|
| @@ -55,6 +54,5 @@ String findSourceMapURL(const String& content);
|
| } // namespace ContentSearchUtils
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|
| #endif // !defined(ContentSearchUtils_h)
|
|
|