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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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
Index: third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl
diff --git a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl
index 61704b28ceff7c5d15841946a14546056f787e8d..64aa0d651d640d61f382759406944085dff4d9e6 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl
+++ b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness.idl
@@ -6,15 +6,12 @@ interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
- readonly attribute boolean isClosed;
//slice Blob into byte-ranged chunks
Blob slice([Clamp] optional long long start,
[Clamp] optional long long end,
optional DOMString contentType);
- void close();
-
};
dictionary BlobPropertyBag {
@@ -64,7 +61,7 @@ interface FileReader: EventTarget {
// File or Blob data
readonly attribute (DOMString or ArrayBuffer)? result;
- readonly attribute DOMError? error;
+ readonly attribute DOMException? error;
// event handler content attributes
attribute EventHandler onloadstart;

Powered by Google App Engine
This is Rietveld 408576698