| Index: Source/WebCore/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorResourceAgent.h b/Source/WebCore/inspector/InspectorResourceAgent.h
|
| index 41c5a499fe0588a9a34f96fbc8c723e712440cb8..6154d5d0d860fb0c4ae1a7ad98a37ff1db0750b8 100644
|
| --- a/Source/WebCore/inspector/InspectorResourceAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorResourceAgent.h
|
| @@ -39,7 +39,6 @@
|
| #include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| namespace WTF {
|
| class String;
|
| @@ -176,6 +175,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|
| #endif // !defined(InspectorResourceAgent_h)
|
|
|