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

Unified Diff: src/inspector/V8FunctionCall.cpp

Issue 2292053003: [inspector] Build inspector under v8_enable_inspector build flag. (Closed)
Patch Set: owners Created 4 years, 3 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: src/inspector/V8FunctionCall.cpp
diff --git a/src/inspector/V8FunctionCall.cpp b/src/inspector/V8FunctionCall.cpp
index 7c9df4a8b0acabe394d31023f61d06205678c551..d8ffffa02cda056edb16d7dfb0e16d0603de3960 100644
--- a/src/inspector/V8FunctionCall.cpp
+++ b/src/inspector/V8FunctionCall.cpp
@@ -31,12 +31,10 @@
#include "src/inspector/V8FunctionCall.h"
#include "src/inspector/StringUtil.h"
-#include "src/inspector/V8Compat.h"
#include "src/inspector/V8Debugger.h"
#include "src/inspector/V8InspectorImpl.h"
-#include "src/inspector/public/V8InspectorClient.h"
-#include <v8.h>
+#include "include/v8-inspector.h"
namespace v8_inspector {

Powered by Google App Engine
This is Rietveld 408576698