Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index b9a49cb6788d70bdb506bd3ff761ec2836be0494..33b5a2125b6fd6354c264b6f994d2bbf30e945b6 100644 |
| --- a/Source/core/dom/Document.idl |
| +++ b/Source/core/dom/Document.idl |
| @@ -18,6 +18,8 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| +callback CustomElementConstructor = Element (); |
| + |
| [ |
| CustomToV8 |
| ] interface Document : Node { |