Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index ed4769ae1f7fb1430c22b68b658e163b9e0d2550..2905d0aa9e0e535cfc1691f9069635a7b1447367 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); |
|
Erik Dahlström (inactive)
2014/01/24 10:30:37
Is this change really necessary? DOM4 doesn't seem
arv (Not doing code reviews)
2014/01/24 14:46:52
This actually breaks other things of similar outra
|
| // DOM Level 2 Traversal and Range (DocumentRange interface) |