| Index: Source/WebCore/inspector/ScriptCallFrame.h
|
| diff --git a/Source/WebCore/inspector/ScriptCallFrame.h b/Source/WebCore/inspector/ScriptCallFrame.h
|
| index 9154104fc948d68d812927a14c68a63ce117f4ba..97c043cdf63d02074c0a0e5fb48506fae4df1706 100644
|
| --- a/Source/WebCore/inspector/ScriptCallFrame.h
|
| +++ b/Source/WebCore/inspector/ScriptCallFrame.h
|
| @@ -31,9 +31,7 @@
|
| #ifndef ScriptCallFrame_h
|
| #define ScriptCallFrame_h
|
|
|
| -#if ENABLE(INSPECTOR)
|
| #include "InspectorTypeBuilder.h"
|
| -#endif
|
|
|
| #include <wtf/Forward.h>
|
| #include <wtf/text/WTFString.h>
|
| @@ -53,9 +51,7 @@ public:
|
|
|
| bool isEqual(const ScriptCallFrame&) const;
|
|
|
| -#if ENABLE(INSPECTOR)
|
| PassRefPtr<TypeBuilder::Console::CallFrame> buildInspectorObject() const;
|
| -#endif
|
|
|
| private:
|
| String m_functionName;
|
|
|