Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(721)

Unified Diff: WebCore/bindings/v8/V8Index.cpp

Issue 162045: Split InspectorBackend into three parts: backend, injected script host and frontend host.
Patch Set: Added missing JSInjectedScriptHostCustom.cpp file. Created 15 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/bindings/v8/V8Index.h ('k') | WebCore/bindings/v8/custom/V8CustomBinding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/bindings/v8/V8Index.cpp
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp
index 7a43ac2f5877259b214936a6aa7c282c919a3c35..f312b27eca9b5cbbc8c9781a4723b766acfa9688 100644
--- a/WebCore/bindings/v8/V8Index.cpp
+++ b/WebCore/bindings/v8/V8Index.cpp
@@ -433,7 +433,9 @@
#endif
#if ENABLE(INSPECTOR)
+#include "V8InjectedScriptHost.h"
#include "V8InspectorBackend.h"
+#include "V8InspectorFrontendHost.h"
#endif
namespace WebCore {
« no previous file with comments | « WebCore/bindings/v8/V8Index.h ('k') | WebCore/bindings/v8/custom/V8CustomBinding.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b