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

Unified Diff: Source/WebCore/inspector/InjectedScriptModule.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
Index: Source/WebCore/inspector/InjectedScriptModule.h
diff --git a/Source/WebCore/inspector/InjectedScriptModule.h b/Source/WebCore/inspector/InjectedScriptModule.h
index d88ddec6f84fbb6b539ef3c74aa85190be13dadf..b39601f6f9d9220ed98e06233fd93dd96ce7cd74 100644
--- a/Source/WebCore/inspector/InjectedScriptModule.h
+++ b/Source/WebCore/inspector/InjectedScriptModule.h
@@ -39,7 +39,6 @@ namespace WebCore {
class InjectedScriptManager;
-#if ENABLE(INSPECTOR)
class InjectedScriptModule : public InjectedScriptBase {
public:
@@ -53,7 +52,6 @@ protected:
void ensureInjected(InjectedScriptManager*, ScriptState*);
};
-#endif
} // namespace WebCore
« no previous file with comments | « Source/WebCore/inspector/InjectedScriptManager.cpp ('k') | Source/WebCore/inspector/InjectedScriptModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698