Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index a8b6082d4bcfe9facac5963e1b7472c71ec9d3d6..a3a160895b985c24fab87c46c58108b6397d9357 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -26406,11 +26406,6 @@ class Url extends Interceptor implements UrlUtils native "URL" { |
// To suppress missing implicit constructor warnings. |
factory Url._() { throw new UnsupportedError("Not supported"); } |
- @JSName('createObjectURL') |
- @DomName('URL.createObjectURL') |
- @DocsEditable() |
- static String _createObjectUrlFromWebKitSource(_WebKitMediaSource source) native; |
- |
// From URLUtils |
@DomName('URL.hash') |