summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-08-17 19:00:43 +0100
committerAndrei Popescu <andreip@google.com>2009-08-17 19:05:59 +0100
commitd5377d392722f82cc1e4d90da7d35d209e2c357c (patch)
treec227fd71dda1c3a17ec7a616f8e8520a2b1be369 /WebCore/bindings
parentab4f4d6e9dcd2465524619737cd0bbd7386fa14e (diff)
downloadexternal_webkit-d5377d392722f82cc1e4d90da7d35d209e2c357c.zip
external_webkit-d5377d392722f82cc1e4d90da7d35d209e2c357c.tar.gz
external_webkit-d5377d392722f82cc1e4d90da7d35d209e2c357c.tar.bz2
sort out inspector linking errors
Diffstat (limited to 'WebCore/bindings')
-rw-r--r--WebCore/bindings/v8/DerivedSourcesAllInOne.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp b/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
index e84a71b..e2d4fd1 100644
--- a/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
+++ b/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
@@ -149,7 +149,11 @@
#include "bindings/V8HTMLUListElement.cpp"
#include "bindings/V8HTMLVideoElement.cpp"
#include "bindings/V8ImageData.cpp"
+#if PLATFORM(ANDROID)
+// No inspector for now
+#else
#include "bindings/V8InspectorBackend.cpp"
+#endif
#include "bindings/V8KeyboardEvent.cpp"
#include "bindings/V8Location.cpp"
#include "bindings/V8Media.cpp"