Chromium Code Reviews| Index: tools/dom/idl/dart/dart.idl |
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
| index 1e356fea51902e274390edceb63622a67cf6452f..88ee11e89d5886778da59b82753ff6e36039c5cf 100644 |
| --- a/tools/dom/idl/dart/dart.idl |
| +++ b/tools/dom/idl/dart/dart.idl |
| @@ -40,7 +40,7 @@ interface Document { |
| [Supplemental] |
| interface Node { |
| - Node cloneNode([Default=Undefined] optional boolean deep); |
| + [Custom] Node cloneNode([Default=Undefined] optional boolean deep); |
| }; |
| [Supplemental] |