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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10689052: Revert "Blob constructor" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/frog/factoryprovider_Blob.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index e022cd3576b7fbb5721fadf57e40dd1930a40476..e2d0f3af713dc11c8f140b5ab27e92bb833d7c7d 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -255,17 +255,6 @@ module storage {
};
};
-
-module html {
- [Supplemental,
- CustomConstructor,
- Constructor(in Array blobParts,
- [Optional] in DOMString type, [Optional] in DOMString endings)
- ]
- interface Blob {
- };
-};
-
module html {
[Supplemental, Callback] // Add missing Callback attribute.
interface VoidCallback {
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/frog/factoryprovider_Blob.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698