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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileWriter.idl

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: Created 4 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
Index: third_party/WebKit/Source/modules/filesystem/FileWriter.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.idl b/third_party/WebKit/Source/modules/filesystem/FileWriter.idl
index 038404e02a14886921d3bc6d66889774a44f489d..5d3f73ef1f55a7f2b17145449e2fb8284446b465 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileWriter.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.idl
@@ -47,7 +47,7 @@
[RaisesException] void abort();
- readonly attribute FileError error;
+ readonly attribute DOMException? error;
jsbell 2016/06/03 21:41:59 Gains a ?, but this doesn't exist in a non-abandon
foolip 2016/06/08 10:04:44 It could already return null, right? For readonly
jsbell 2016/06/08 17:27:42 Correct, only documentation.
readonly attribute long long position;
readonly attribute long long length;

Powered by Google App Engine
This is Rietveld 408576698