Chromium Code Reviews| Index: client/dom/idl/dart/dart.idl |
| diff --git a/client/dom/idl/dart/dart.idl b/client/dom/idl/dart/dart.idl |
| index e5f6a9723b0a869a46153d8fe4c9d635a7f74bec..888938f93f91942a6e96640269776d84681d7284 100644 |
| --- a/client/dom/idl/dart/dart.idl |
| +++ b/client/dom/idl/dart/dart.idl |
| @@ -56,6 +56,8 @@ module html { |
| void warn(DOMObject arg); |
| [Suppressed] void trace(); |
| void trace(DOMObject arg); |
| + |
| + [DartName=assert_] void assert(in boolean condition); |
| }; |
| [Supplemental] |