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

Unified Diff: client/dom/generated/src/frog/FileReaderSync.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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 | « client/dom/generated/src/frog/FileReader.dart ('k') | client/dom/generated/src/frog/FileWriter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/FileReaderSync.dart
diff --git a/client/dom/generated/src/frog/FileReaderSync.dart b/client/dom/generated/src/frog/FileReaderSync.dart
index d69b340030ef01f46020a3ad59e62c63a05800c7..b2ade060e2820b6b9620a683151b780235a3fb04 100644
--- a/client/dom/generated/src/frog/FileReaderSync.dart
+++ b/client/dom/generated/src/frog/FileReaderSync.dart
@@ -1,15 +1,11 @@
-class FileReaderSyncJS implements FileReaderSync native "*FileReaderSync" {
+class FileReaderSyncJs extends DOMTypeJs implements FileReaderSync native "*FileReaderSync" {
- ArrayBufferJS readAsArrayBuffer(BlobJS blob) native;
+ ArrayBufferJs readAsArrayBuffer(BlobJs blob) native;
- String readAsBinaryString(BlobJS blob) native;
+ String readAsBinaryString(BlobJs blob) native;
- String readAsDataURL(BlobJS blob) native;
+ String readAsDataURL(BlobJs blob) native;
- String readAsText(BlobJS blob, [String encoding = null]) native;
-
- var dartObjectLocalStorage;
-
- String get typeName() native;
+ String readAsText(BlobJs blob, [String encoding = null]) native;
}
« no previous file with comments | « client/dom/generated/src/frog/FileReader.dart ('k') | client/dom/generated/src/frog/FileWriter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698