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

Unified Diff: Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.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
Index: Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp
diff --git a/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp b/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp
index ae54fde8c65767aa9271031c153c3e99037922bd..1ee767828717895731379240631f94bf1f60844c 100644
--- a/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp
+++ b/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-#if ENABLE(INSPECTOR)
#include "InjectedScriptManager.h"
#include "BindingState.h"
@@ -131,4 +130,3 @@ bool InjectedScriptManager::canAccessInspectedWindow(ScriptState* scriptState)
} // namespace WebCore
-#endif // ENABLE(INSPECTOR)

Powered by Google App Engine
This is Rietveld 408576698