Chromium Code Reviews| 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 2cce70016a5bd7871585fbe8022f493ece59a2a1..65ab05bc39066f89336ff8a8563fb98f2069db9d 100644 |
| --- a/lib/dom/templates/html/interface/interface_Window.darttemplate |
| +++ b/lib/dom/templates/html/interface/interface_Window.darttemplate |
| @@ -35,5 +35,8 @@ interface $ID$EXTENDS { |
| IDBFactory get indexedDB(); |
| + String createObjectUrl(object); |
|
vsm
2012/09/05 21:17:23
Can you add comments on the interface? In particu
blois
2012/09/05 21:36:50
Done.
|
| + void revokeObjectUrl(String objectUrl); |
| + |
| $!MEMBERS |
| } |