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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 11 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: third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
diff --git a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
index 8104e41f4358ab7b623cd963a99fd67cb57fa5f6..db830ed36bfa66115f2f93fffcd74bbedbf5f140 100644
--- a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
+++ b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
@@ -30,7 +30,6 @@
#include "core/inspector/v8/InjectedScriptHost.h"
-#include "core/inspector/InspectorConsoleAgent.h"
#include "core/inspector/v8/V8Debugger.h"
#include "core/inspector/v8/V8DebuggerAgentImpl.h"
#include "platform/JSONValues.h"

Powered by Google App Engine
This is Rietveld 408576698