| Index: lib/dom/templates/html/interface/interface_Window.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_Window.darttemplate b/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| index 7bc4c54302c9f7d211ff401226e5e1ae1de4228f..cc575b1c3c1f450f7b5d2d11bb65db13e60f8c3d 100644
|
| --- a/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| @@ -20,5 +20,7 @@ interface $ID$EXTENDS {
|
|
|
| void cancelAnimationFrame(int id);
|
|
|
| + IDBFactory get indexedDB();
|
| +
|
| $!MEMBERS
|
| }
|
|
|