| Index: sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate b/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
|
| index ff46f20c8e0b4d2f69808a94229c32d4e702f3f6..a079d724ecbd20b99f2fbe5495cc4f62884d2bd0 100644
|
| --- a/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
|
| +++ b/sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
|
| @@ -29,15 +29,5 @@ abstract class $ID$EXTENDS {
|
| */
|
| 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
|
| }
|
|
|