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; |
readonly attribute long long position; |
readonly attribute long long length; |