summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-17 19:23:22 +0100
committerBen Murdoch <benm@google.com>2009-08-17 19:23:40 +0100
commite8fa33c2275a5db4e835561017e8fc2fd0b5bcc5 (patch)
tree6c3d32238ac9f2f9ce7cbebb3364711d745b05ca /WebCore/bindings
parent4cb1bae81d15adceacb46b62c70259fadd36ed8b (diff)
downloadexternal_webkit-e8fa33c2275a5db4e835561017e8fc2fd0b5bcc5.zip
external_webkit-e8fa33c2275a5db4e835561017e8fc2fd0b5bcc5.tar.gz
external_webkit-e8fa33c2275a5db4e835561017e8fc2fd0b5bcc5.tar.bz2
Linker error fixes.
Diffstat (limited to 'WebCore/bindings')
-rw-r--r--WebCore/bindings/v8/V8Index.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/bindings/v8/V8Index.h b/WebCore/bindings/v8/V8Index.h
index 711a704..d6db4c6 100644
--- a/WebCore/bindings/v8/V8Index.h
+++ b/WebCore/bindings/v8/V8Index.h
@@ -341,10 +341,9 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
V(HTMLOPTIONSCOLLECTION, HTMLOptionsCollection) \
V(IMAGEDATA, ImageData) \
V(CANVASPIXELARRAY, CanvasPixelArray) \
- V(INSPECTORBACKEND, InspectorBackend) \
V(KEYBOARDEVENT, KeyboardEvent) \
V(LOCATION, Location) \
- V(MEDIA, Media) \
+ V(MEDIA, Media) \
V(MEDIALIST, MediaList)
#define DOM_OBJECT_TYPES_2(V) \
@@ -466,7 +465,8 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
DOM_OBJECT_STORAGE_TYPES(V) \
DOM_OBJECT_WORKERS_TYPES(V) \
DOM_OBJECT_XPATH_TYPES(V) \
- DOM_OBJECT_XSLT_TYPES(V)
+ DOM_OBJECT_XSLT_TYPES(V) \
+ V(INSPECTORBACKEND, InspectorBackend)
#elif PLATFORM(ANDROID)
#define DOM_OBJECT_TYPES(V) \
DOM_OBJECT_TYPES_1(V) \