Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: lib/html/frog/html_frog.dart

Issue 10334003: Rework static method support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« lib/dom/scripts/systemnative.py ('K') | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/frog/html_frog.dart
diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
index 1ac938de4133d5aabd0e4f22b39afc4352c77e99..a0755ece96f3a7b5f7f1475f44b7c0d5ccd87d27 100644
--- a/lib/html/frog/html_frog.dart
+++ b/lib/html/frog/html_frog.dart
@@ -4494,10 +4494,6 @@ class _DOMTokenListImpl implements DOMTokenList native "*DOMTokenList" {
}
class _DOMURLImpl implements DOMURL native "*DOMURL" {
-
- String createObjectURL(blob_OR_stream) native;
-
- void revokeObjectURL(String url) native;
}
class _DataTransferItemImpl implements DataTransferItem native "*DataTransferItem" {
@@ -21722,12 +21718,6 @@ interface DOMTokenList {
interface DOMURL default _DOMURLFactoryProvider {
DOMURL();
-
- /** @domName DOMURL.createObjectURL */
- String createObjectURL(blob_OR_stream);
-
- /** @domName DOMURL.revokeObjectURL */
- void revokeObjectURL(String url);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« lib/dom/scripts/systemnative.py ('K') | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698