Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 080c6c0919080c212b2bc5638c8f6af1ab21ca79..63e2d84df713719d60a4d9d2e477522380b3fff7 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -23,7 +23,7 @@ callback CustomElementConstructor = Element (); |
typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
[ |
- SpecialWrapFor=HTMLDocument|XMLDocument |
+ SpecialWrapFor=(HTMLDocument,XMLDocument) |
] interface Document : Node { |
// DOM Level 1 Core |