| Index: Source/WebCore/inspector/InjectedScript.h
|
| diff --git a/Source/WebCore/inspector/InjectedScript.h b/Source/WebCore/inspector/InjectedScript.h
|
| index 0b0c4f1bff64432f00ba0449991aafedb3aeb2f2..8a935f999180c7925c98f4c7d3790ed397c5c407 100644
|
| --- a/Source/WebCore/inspector/InjectedScript.h
|
| +++ b/Source/WebCore/inspector/InjectedScript.h
|
| @@ -47,7 +47,6 @@ class InjectedScriptModule;
|
| class Node;
|
| class SerializedScriptValue;
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| class InjectedScript : public InjectedScriptBase {
|
| public:
|
| @@ -88,9 +87,7 @@ public:
|
| Node* nodeForObjectId(const String& objectId);
|
| void releaseObject(const String& objectId);
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER)
|
| PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue&);
|
| -#endif
|
|
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupName, bool generatePreview = false) const;
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const ScriptValue& table, const ScriptValue& columns) const;
|
| @@ -108,7 +105,6 @@ private:
|
| ScriptValue nodeAsScriptValue(Node*);
|
| };
|
|
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|
|
|