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 bf3fa683f3901463f5a27269ccfcbe76f08ff19f..e5f6a9723b0a869a46153d8fe4c9d635a7f74bec 100644 |
| --- a/client/dom/idl/dart/dart.idl |
| +++ b/client/dom/idl/dart/dart.idl |
| @@ -170,3 +170,10 @@ module storage { |
| [DartName=getObject] IDBRequest get(in IDBKey key); |
| }; |
| }; |
| + |
| +module html { |
| + [Supplemental, Callback] // Add missing Callback attribute. |
| + interface VoidCallback { |
| + }; |
| +}; |
| + |