| Index: sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
|
| ===================================================================
|
| --- sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate (revision 14542)
|
| +++ sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate (working copy)
|
| @@ -29,15 +29,5 @@
|
| */
|
| void requestLayoutFrame(TimeoutHandler callback);
|
|
|
| - /**
|
| - * Creates a new object URL for the specified object. The URL will be
|
| - * available until revokeObjectUrl is called.
|
| - * [object] can be a Blob, MediaStream or MediaSource.
|
| - */
|
| - String createObjectUrl(object);
|
| -
|
| - /** @domName DOMURL.revokeObjectURL */
|
| - void revokeObjectUrl(String objectUrl);
|
| -
|
| $!MEMBERS
|
| }
|
|
|