Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index 30fbc26e4c37d7d4e92040a9830b26089d9dff74..70c933c828f61113ea9a576a204ac4da66e29c0f 100644 |
| --- a/Source/core/dom/Document.idl |
| +++ b/Source/core/dom/Document.idl |
| @@ -63,7 +63,7 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
| // DOM Level 2 Events (DocumentEvents interface) |
| - [RaisesException] Event createEvent(DOMString eventType); |
| + [Custom, RaisesException] Event createEvent(DOMString eventType); |
|
Nils Barth (inactive)
2014/05/27 06:01:27
Please add a comment explaining why there's a [Cus
c.shu
2014/05/27 15:28:02
[ImplementedAs=createEventModules] does not work b
|
| // DOM Level 2 Traversal and Range (DocumentRange interface) |