| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 058963529dffcc98c4237f7a3e786aaa2cab42f8..e6cbf2e4a96ef5584d0a9165e63a0be9ca33c879 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -21,7 +21,7 @@
|
| callback CustomElementConstructor = Element ();
|
|
|
| [
|
| - SpecialWrapFor=HTMLDocument|SVGDocument|XMLDocument
|
| + SpecialWrapFor=HTMLDocument|XMLDocument
|
| ] interface Document : Node {
|
|
|
| // DOM Level 1 Core
|
| @@ -61,7 +61,7 @@ callback CustomElementConstructor = Element ();
|
|
|
| // DOM Level 2 Events (DocumentEvents interface)
|
|
|
| - [RaisesException] Event createEvent(DOMString eventType);
|
| + [RaisesException] Event createEvent(optional DOMString eventType);
|
|
|
| // DOM Level 2 Traversal and Range (DocumentRange interface)
|
|
|
|
|