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

Unified Diff: Source/WebCore/page/Console.cpp

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/page/Console.h ('k') | Source/WebCore/page/ContextMenuController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Console.cpp
diff --git a/Source/WebCore/page/Console.cpp b/Source/WebCore/page/Console.cpp
index 5445a6cd45fd9ae4058edd7a175209300fcee510..57f77949df8138cc341829e363d172b0f1be88df 100644
--- a/Source/WebCore/page/Console.cpp
+++ b/Source/WebCore/page/Console.cpp
@@ -185,7 +185,6 @@ void Console::markTimeline(PassRefPtr<ScriptArguments> arguments)
InspectorInstrumentation::consoleTimeStamp(m_frame, arguments);
}
-#if ENABLE(JAVASCRIPT_DEBUGGER)
void Console::profile(const String& title, ScriptState* state)
{
@@ -226,7 +225,6 @@ void Console::profileEnd(const String& title, ScriptState* state)
InspectorInstrumentation::addProfile(page, profile, callStack);
}
-#endif
void Console::time(const String& title)
{
« no previous file with comments | « Source/WebCore/page/Console.h ('k') | Source/WebCore/page/ContextMenuController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698