Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: Source/WebCore/inspector/InjectedScript.h

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/inspector/IdentifiersFactory.cpp ('k') | Source/WebCore/inspector/InjectedScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/WebCore/inspector/IdentifiersFactory.cpp ('k') | Source/WebCore/inspector/InjectedScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698