summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8Index.cpp')
-rw-r--r--WebCore/bindings/v8/V8Index.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp
index d93a48f..396c93f 100644
--- a/WebCore/bindings/v8/V8Index.cpp
+++ b/WebCore/bindings/v8/V8Index.cpp
@@ -142,9 +142,6 @@
#include "V8HTMLTitleElement.h"
#include "V8HTMLUListElement.h"
#include "V8ImageData.h"
-#if !PLATFORM(ANDROID)
-#include "V8InspectorBackend.h"
-#endif
#include "V8Media.h"
#include "V8MediaList.h"
#include "V8MessageChannel.h"
@@ -448,6 +445,10 @@
#include "V8XSLTProcessor.h"
#endif
+#if ENABLE(INSPECTOR)
+#include "V8InspectorBackend.h"
+#endif
+
#include "V8VoidCallback.h"
#endif // PLATFORM(ANDROID)