diff options
Diffstat (limited to 'WebCore/bindings/v8/DOMObjectsInclude.h')
-rw-r--r-- | WebCore/bindings/v8/DOMObjectsInclude.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/WebCore/bindings/v8/DOMObjectsInclude.h b/WebCore/bindings/v8/DOMObjectsInclude.h index 275d56d..ec5c466 100644 --- a/WebCore/bindings/v8/DOMObjectsInclude.h +++ b/WebCore/bindings/v8/DOMObjectsInclude.h @@ -105,7 +105,6 @@ #include "HTMLSelectElement.h" #include "HTMLOptionsCollection.h" #include "ImageData.h" -#include "InspectorBackend.h" #include "KeyboardEvent.h" #include "Location.h" #include "Media.h" @@ -149,6 +148,7 @@ #include "TextMetrics.h" #include "TimeRanges.h" #include "TreeWalker.h" +#include "XSLTProcessor.h" #include "V8AbstractEventListener.h" #include "V8CustomEventListener.h" #include "V8DOMWindow.h" @@ -156,7 +156,6 @@ #include "V8LazyEventListener.h" #include "V8NodeFilterCondition.h" #include "ValidityState.h" -#include "VoidCallback.h" #include "WebKitAnimationEvent.h" #include "WebKitCSSKeyframeRule.h" #include "WebKitCSSKeyframesRule.h" @@ -174,7 +173,6 @@ #include "XPathExpression.h" #include "XPathNSResolver.h" #include "XPathResult.h" -#include "XSLTProcessor.h" #if ENABLE(OFFLINE_WEB_APPLICATIONS) #include "DOMApplicationCache.h" @@ -234,11 +232,14 @@ #include "V8SVGPODTypeWrapper.h" #endif // SVG +#if PLATFORM(ANDROID) +// TODO: Upstream TOUCH_EVENTS guard. #if ENABLE(TOUCH_EVENTS) #include "Touch.h" #include "TouchList.h" #include "TouchEvent.h" #endif +#endif #if ENABLE(WEB_SOCKETS) #include "WebSocket.h" @@ -261,6 +262,13 @@ #include "XPathEvaluator.h" #endif // XPATH +#if PLATFORM(ANDROID) +// TODO: Upstream INSPECTOR guard. +#if ENABLE(INSPECTOR) +#include "InspectorBackend.h" +#endif // INSPECTOR +#endif + namespace WebCore { // A helper class for undetectable document.all |