summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-13 08:25:59 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-13 08:25:59 -0700
commit751ad63a0688d72356d43f962fc9c11dcba4ce16 (patch)
tree0b5630c0f6b63ee747c9ade7095354cb3d2d42bd /WebCore/bindings
parent98c4643ae0de69563228a5c4981f9efeacd27099 (diff)
parentb5e614dc4ea95814db4102ea6acf78d1d36949d6 (diff)
downloadexternal_webkit-751ad63a0688d72356d43f962fc9c11dcba4ce16.zip
external_webkit-751ad63a0688d72356d43f962fc9c11dcba4ce16.tar.gz
external_webkit-751ad63a0688d72356d43f962fc9c11dcba4ce16.tar.bz2
Merge change 21098 into master-webkit-merge
* changes: Fix some build errors.
Diffstat (limited to 'WebCore/bindings')
-rw-r--r--WebCore/bindings/v8/DOMObjectsInclude.h6
-rw-r--r--WebCore/bindings/v8/V8Index.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/WebCore/bindings/v8/DOMObjectsInclude.h b/WebCore/bindings/v8/DOMObjectsInclude.h
index 9d21885..6f36f3b 100644
--- a/WebCore/bindings/v8/DOMObjectsInclude.h
+++ b/WebCore/bindings/v8/DOMObjectsInclude.h
@@ -125,13 +125,10 @@
#include "SQLResultSetRowList.h"
#include "StyleSheet.h"
#include "StyleSheetList.h"
-#include "SVGColor.h"
-#include "SVGPaint.h"
#include "TextEvent.h"
#include "TextMetrics.h"
#include "TimeRanges.h"
#include "TreeWalker.h"
-#include "XSLTProcessor.h"
#include "V8AbstractEventListener.h"
#include "V8CustomEventListener.h"
#include "V8DOMWindow.h"
@@ -158,6 +155,7 @@
#include "XPathExpression.h"
#include "XPathNSResolver.h"
#include "XPathResult.h"
+#include "XSLTProcessor.h"
#if ENABLE(OFFLINE_WEB_APPLICATIONS)
#include "DOMApplicationCache.h"
@@ -184,6 +182,7 @@
#if ENABLE(SVG)
#include "SVGAngle.h"
#include "SVGAnimatedPoints.h"
+#include "SVGColor.h"
#include "SVGElement.h"
#include "SVGElementInstance.h"
#include "SVGElementInstanceList.h"
@@ -191,6 +190,7 @@
#include "SVGLength.h"
#include "SVGLengthList.h"
#include "SVGNumberList.h"
+#include "SVGPaint.h"
#include "SVGPathSeg.h"
#include "SVGPathSegArc.h"
#include "SVGPathSegClosePath.h"
diff --git a/WebCore/bindings/v8/V8Index.h b/WebCore/bindings/v8/V8Index.h
index e298125..1df015f 100644
--- a/WebCore/bindings/v8/V8Index.h
+++ b/WebCore/bindings/v8/V8Index.h
@@ -432,7 +432,7 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
V(COORDINATES, Coordinates) \
V(GEOLOCATION, Geolocation) \
V(GEOPOSITION, Geoposition) \
- V(POSITIONERROR, PositionError) \
+ V(POSITIONERROR, PositionError)
#else
#define DOM_OBJECT_GEOLOCATION_TYPES(V)
#endif
@@ -441,9 +441,9 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
#define DOM_OBJECT_TOUCH_EVENT_TYPES(V) \
V(TOUCHLIST, TouchList) \
V(TOUCHEVENT, TouchEvent) \
- V(TOUCH, Touch) \
+ V(TOUCH, Touch)
#else
-#define DOM_OBJECT_TOUCH_EVENT_TYPES(V) \
+#define DOM_OBJECT_TOUCH_EVENT_TYPES(V)
#endif
#if PLATFORM(CHROMIUM)
@@ -453,7 +453,7 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
DOM_OBJECT_DATABASE_TYPES(V) \
DOM_OBJECT_STORAGE_TYPES(V) \
DOM_OBJECT_WORKERS_TYPES(V)
-#elif PALTFORM(ANDROID)
+#elif PLATFORM(ANDROID)
#define DOM_OBJECT_TYPES(V) \
DOM_OBJECT_TYPES_1(V) \
DOM_OBJECT_TYPES_2(V) \