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

Unified Diff: Source/WebCore/inspector/ScriptCallFrame.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/PageRuntimeAgent.cpp ('k') | Source/WebCore/inspector/ScriptCallFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/inspector/PageRuntimeAgent.cpp ('k') | Source/WebCore/inspector/ScriptCallFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698