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

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

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.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.h
index 1216a11c65ec6ebb3335486af7b24ec342bd2e64..94e6ed8b658b7a1b943f2c8e76b0ef7046f81ec8 100644
--- a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.h
+++ b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.h
@@ -32,6 +32,7 @@
#include "core/InspectorTypeBuilder.h"
#include "core/inspector/v8/InjectedScriptHostClient.h"
+#include "core/inspector/v8/V8DebuggerAgentImpl.h"
#include "wtf/Functional.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"

Powered by Google App Engine
This is Rietveld 408576698